Skip to content

LogOptions

LogOptions: object

Options for logger

Type declaration

level

level: Level

The minimum level to log. Typically, debug and trace logs are only valid for development, and not needed in production.

name

name: string

The name of the logger. Adds a name field to every JSON line logged.

Defined in

LogOptions.ts:8