Skip to main content

Logging Configuration

The DisplayNet Server logs API activity to its database for diagnostics. Logging is on by default; config sets the minimum severity recorded, down to None to turn it off.

config set app app.LoggingLevel <logging_level>

Each level records itself and everything more severe:

LevelRecords
VerboseEverything. An alias for Trace, the name logging search uses
DebugDebug and more severe
InformationInformation and more severe
WarningWarning, error, and critical
ErrorError and critical
CriticalCritical only
NoneNothing

Available commands