Adrian Gutierrez

Results 8 comments of Adrian Gutierrez

This dosn't work with SNS, i lost part of the logs if i create a transaction using another traceparent in the middle of a HTTP request Maybe adding a traceparent...

> I had the same problem this is how I managed to solve it if anyone is interested https://stackoverflow.com/questions/69708256/http-pino-logger-and-elastic-common-schema-ecs-format-in-nestjs. So bassically you format the log manually?

> Exactly, I created a formater and merge it with the `ecs`. Can you share the formater function 😃 ? thanks in advance!

> https://gist.github.com/gkampitakis/b36819f38f8886598c20ed1af7245e3a here is a gist example of how we use it. I have removed some parts as we do specific formats for our needs. Hope this helps you to...

> The problem is that the generator handles "general" content types - Text vs Json vs Image vs Binary, etc. In this example, both are JSON, which confuses the generator....