18 lines
317 B
Markdown
18 lines
317 B
Markdown
# uCOMmandIt JSON Logger
|
|
|
|
runtime module logger based on pino
|
|
|
|
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 ``
|