LoggingConfiguration

@Serializable
data class LoggingConfiguration(var botLogLevel: LogLvl = LogLvl.INFO, var httpLogLevel: HttpLogLevel = HttpLogLevel.NONE)

The class containing the logging configuration.

Constructors

Link copied to clipboard
constructor(botLogLevel: LogLvl = LogLvl.INFO, httpLogLevel: HttpLogLevel = HttpLogLevel.NONE)

Properties

Link copied to clipboard

The level of logs of the bot actions.

Link copied to clipboard

The level of http request logs.