You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
574 B

Pino
To prettify logs, simply pipe a log file through pino:
cat log | pino
To converts Epoch timestamps to ISO timestamps use the -t flag
cat log | pino -t
To flip level and time/date in standard output use the -l flag
cat log | pino -l
Flags
-h | --help Display Help
-v | --version Display Version
-t Convert Epoch timestamps to ISO
-l Flip level and date