You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I am using pino logger for nestjs, and add to each log a correlation id.
The problem is when the entry point is not via request, the correlation id is missing, and therefore I don't have any tracing in my logs.
Is there any solution to work with this module and pino that adds some kind of id to the logs?
Thanks!
Hi
I am using pino logger for nestjs, and add to each log a correlation id.
The problem is when the entry point is not via request, the correlation id is missing, and therefore I don't have any tracing in my logs.
Is there any solution to work with this module and pino that adds some kind of id to the logs?
Thanks!
my log config:
The text was updated successfully, but these errors were encountered: