Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Implement exposing level integer value, and number/label mappings
- Loading branch information
Showing
with
166 additions
and 24 deletions.
@@ -0,0 +1,16 @@ | ||
|
||
[0m[37m[1m[4mPino[22m[39m[0m | ||
|
||
[0mTo prettify logs, simply pipe a log file through [33mpino[39m:[0m | ||
|
||
[33mcat log | pino[39m | ||
|
||
[0mTo converts Epoch timestamps to ISO timestamps use the [33m-t[39m flag[0m | ||
|
||
[33mcat log | pino -t[39m | ||
|
||
[36m[1mFlags[22m[39m | ||
[0m-h | --help Display Help | ||
-v | --version Display Version | ||
-t Convert Epoch timestamps to ISO[0m | ||
|