-
Notifications
You must be signed in to change notification settings - Fork 1
Grant Carthew edited this page Jun 7, 2018
·
9 revisions
A) You will need to supply a custom write
function. See the simple example to get you started.
A) Change the stringifyFunction to a custom function or something like fast-redact.
A) Use the jq command line tool.
A) If you wish to make your logger silent for some reason, you can customize the log levels. By creating a { silent: Infinity }
logging level you could change the operating level to silent
. This would prevent all log output. A corresponding log.silent()
function would be created, just don't use it.