Configuration options related to logging.

Hierarchy

  • LoggerConfig

Properties

logDirectory?: string

If 'logToFiles' is true, this contains the path on the local filesystem where log files will be written.

logLevel?: LogLevel

Log level. Defaults to 2. Lower numbers are more verbose.

logToFiles?: boolean

Controls whether logs get persisted to the file system.