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,
is there any option to add some const string to pino logger so for every log line we use "info" for example so i may add some prefix string that will be added ?
e.g
pino.info(${my prefix} some log line);
pino.info(${my prefix} some other log line);
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi,
is there any option to add some const string to pino logger so for every log line we use "info" for example so i may add some prefix string that will be added ?
e.g
pino.info(
${my prefix} some log line
);pino.info(
${my prefix} some other log line
);The text was updated successfully, but these errors were encountered: