Optional
baseBase properties to include in log output.
Optional
enabledDetermines if logging is enabled.
Optional
hooksHooks for customizing log behavior.
Optional
logMethod?: (Allows for manipulating the parameters passed to logger methods. The signature for this hook is logMethod (args, method, level) {}, where args is an array of the arguments that were passed to the log method and method is the log method itself, and level is the log level. This hook must invoke the method function by using apply, like so: method.apply(this, newArgumentsArray).
Optional
levelSpecifies the logging level.
Optional
mixinFunction to add custom properties to log output.
Optional
pinoIncludes the caller's file and line number in log output.
Optional
prettyEnables pretty-printing of log output.
Optional
redactDefines paths to redact from log output.
Options for configuring the logger.