Volkan Yazıcı

Results 192 comments of Volkan Yazıcı

[Processing payloads](https://cloud.google.com/logging/docs/agent/configuration#process-payload) was sort of cryptic to me given my lack of knowledge about its workings. I had a better visual with the [`StackdriverJsonLayout.java` of `spring-cloud-gcp-logging` project](/spring-cloud/spring-cloud-gcp/blob/master/spring-cloud-gcp-logging/src/main/java/org/springframework/cloud/gcp/logging/StackdriverJsonLayout.java) as [you pointed...

@ilgrosso, before closing the issue, it might be good that we add this as a FAQ to README. Would you mind sharing how did you exactly solve your problem, please?...

How did you deal with `logging.googleapis.com/trace`, `serviceContext`, etc. fields? In my JSON template I was expecting them to be injected into MDC.

> How can I get custom field say version and it should read the value from other properties file or json file . We don't want to hard code it...

If I understand you correctly, what you are looking for is an if-else construct, which exists neither in `LogstashLayout`, nor its successor `JsonTemplateLayout`, yet. `JsonTemplateLayout` allows one to fallback to...

Hey @ramazanpolat! It is very difficult to make a guess without further information. Is there a way I can reproduce the error myself? What does the classpath look? Are you...

@rstoyanchev, I have reviewed the commits so far and they look great! :100: Thanks so much for working on this issue. :bow: Given [our experiences with RFC 7807 I shared...

Thanks so much for the prompt reply @rstoyanchev. (Apologies for my late reaction; vacation + other priorities get in my way.) > For `ProblemDetail` extensions, my thought was that sub-classes...

@rstoyanchev, thanks so much for keeping on involving us during the development. I've checked [the sample project](https://github.com/rstoyanchev/sandbox-rfc7807). I have shared my remarks below. 1. I still think `ProblemDetail` should be...

@rstoyanchev, this PR is in our roadmap and we will extensively review it in a week or two. I will really appreciate it if you can allow us some time.