Can the logging level be changed?
Windows
For Windows devices, the logging level can be modified by updating the LogLevel
DWORD registry value. The value is found under the following key:
Forwarder versions 1.6 and later and 1.4.x:
HKEY_LOCAL_MACHINE\SOFTWARE\Stairwell\SwellService
Forwarder versions 1.3.x and earlier and 1.5.1:
HKEY_LOCAL_MACHINE\SOFTWARE\Stairwell\Inception
The possible values for LogLevel
are:
Verbose = 0,
Debug = 1,
Information = 2,
Warning = 3,
Error = 4,
Fatal = 5
Linux
For Linux devices, the logging level can be modified by updating the config.json file:
/etc/stairwell/config.json
debug
info
warn
error
Updated 29 days ago