pinojs / pino-pretty

🌲Basic prettifier for Pino log lines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot set minimumLevel below info

turkerdev opened this issue · comments

Cannot set minimumLevel below info, if i set minimumLevel error, it shows error and higher levels, but setting minimumLevel to debug doesnt show you debug messages.

{
  "levelKey": "level",
  "ignore": "pid,hostname",
  "translateTime": "SYS:HH:MM:ss",
  "minimumLevel": "debug"
}
[16:52:01] FATAL: this is fatal
[16:52:01] ERROR: this is error
[16:52:01] WARN: this is warn
[16:52:01] INFO: this is info

This should work as expected, can you include a full example?

Here is the repo

You need to configure pino level to debug or trace.