Defines the log behaviour, log path, eg.
Path:

system.logging

Hierarchy

  • LoggingConfig

Properties

fileCount: number

Default: 30

The maximum amount of archived log files.

system.logging.fileCount

level: number

Default: 20

The log level at which should be logged.

system.logging.level

levelOverrides: LogLevelOverride[]

Default: []

Overrides the minimum log level for a specific logger/facility.

system.logging.levelOverrides

location: string

Default:

"$(ExternalFilesDir)/Logs"


Path to the logfile

system.logging.location

maxAgeInDays?: number

The age in days after which log files will be deleted.

system.logging.maxAgeInDays

maxSize: number

Default: 50

The max size of each log file in MB.

system.logging.maxSize

Generated using TypeDoc