2018-12-04 09:52:45 -08:00
|
|
|
# uCOMmandIt JSON Logger
|
2018-04-05 15:46:45 -07:00
|
|
|
|
|
|
|
runtime module logger based on pino
|
2018-12-04 09:52:45 -08:00
|
|
|
|
|
|
|
run example as either
|
|
|
|
|
|
|
|
`npm run log`
|
|
|
|
for json logging
|
|
|
|
|
|
|
|
or for pretty output `npm run dev`
|
|
|
|
|
|
|
|
|
|
|
|
for search/filter use environment variable
|
|
|
|
|
|
|
|
`UCI_LOG_SEARCH='key == `\`value\``' npm run dev`
|
|
|
|
|
|
|
|
note: ALL search values regardless of type MUST be escaped with ``
|