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
In Pino, I'm using its nestedKey feature with a custom time field that I want Pino-Pretty will parse. However, the --timestampKey supports only fields in the root of the log entry.
I would like to provide --timestampKey nested_key.time to be used as the time value.
This is also relevant to all custom keys the library allows to override.
The text was updated successfully, but these errors were encountered:
Since this related, pino-pretty doen't handle well error display when using nestedKey on pino.
Either pino-pertty allow dot notation for timestampKey& errorLikeObjectKeys or pino-pretty need to have a nestedKey option like pino.
Hello,
In Pino, I'm using its
nestedKey
feature with a custom time field that I want Pino-Pretty will parse. However, the--timestampKey
supports only fields in the root of the log entry.I would like to provide
--timestampKey nested_key.time
to be used as the time value.This is also relevant to all custom keys the library allows to override.
The text was updated successfully, but these errors were encountered: