Ceramic Daemon options for configuring behavior related to logging.

Hierarchy

  • DaemonLoggerConfig

Constructors

Properties

logDirectory?: string

If 'logToFiles' is true, this contains the path on the local filesystem where log files will be written. When specifying in a config file, use the name 'log-directory'.

logLevel?: number

Log level. Defaults to 2. Lower numbers are more verbose. When specifying in a config file, use the name 'log-level'.

logToFiles?: boolean

Controls whether logs get persisted to the file system. When specifying in a config file, use the name 'log-to-files'.