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
Seems these are pre-defined keys that used by Pino? In my local, I only see 'pid', 'hostname', 'level' and 'time' was used by pino. But if other keys like 'name', 'timestamp' and 'caller' are some predefined keys that may used by pino or ecosystem, then probably we can't fix it.
Can you confirm these keys? If these are used by Pino on purpose, we may need document it somewhere.
with
pino-pretty
, it logs like this:in production with json format, I can see the name property in logs. So I think this is just a pino-pretty issue.
The text was updated successfully, but these errors were encountered: