Optional
logThe base path to use when parsing file logging options.
Optional
logThe default path to use when parsing file logging options.
If this path is relative it is joined with logBaseDir
Optional
prettyAdditional pino-pretty options that are applied to the built-in console/log streams
Optional
destinationsAdditional logging destinations to use alongside the built-in console/log stream. These can be any created by buildDestination*
functions or other Pino Transports
Optional
pinoAdditional Pino Log options that are passed to pino()
on logger creation
Additional settings and Pino Transports to apply to the returned Logger.