Closed lewisakura closed 2 years ago
minimumLevel is a valid option here: https://github.com/pinojs/pino-pretty/blob/e793e646a0b539b3a9aa8b5ab43e64a8d86b05d6/index.js#L57 But it's not available in the typings: Which I assume is because it isn't part of the default options set, so when the typings were written it was missed: https://github.com/pinojs/pino-pretty/blob/e793e646a0b539b3a9aa8b5ab43e64a8d86b05d6/index.js#L30-L48
minimumLevel
(psst... what is the default minimum level?)
Would you be open to send a PR for this? It would also need a tsd test.
Yep, just need to know what the default is for proper documentation.
Edt: Just seems to be trace. I'll PR this now.
minimumLevel
is a valid option here: https://github.com/pinojs/pino-pretty/blob/e793e646a0b539b3a9aa8b5ab43e64a8d86b05d6/index.js#L57 But it's not available in the typings: Which I assume is because it isn't part of the default options set, so when the typings were written it was missed: https://github.com/pinojs/pino-pretty/blob/e793e646a0b539b3a9aa8b5ab43e64a8d86b05d6/index.js#L30-L48(psst... what is the default minimum level?)