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

system.logging

Hierarchy

  • LoggingConfig

Properties

deleteOldLogs: boolean

Default: false

True when old logs should be deleted.

system.logging.deleteOldLogs

level: number

Default: 0

The log level at which should be logged.

system.logging.level

location: string

Default:

"$(SiteKioskAppData)\Logs"


Path to the logfile

system.logging.location

maxAgeInDays: number

Default: 90

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

system.logging.maxAgeInDays

preventUrlLogging: boolean

Default: false

True when URLs will be stripped from any log.

system.logging.preventUrlLogging

preventUrlParameterLogging: boolean

Default: false

True when URL parameters will be stripped from any log.

system.logging.preventUrlParameterLogging

Generated using TypeDoc