Can the logging level be changed?
Windows
For Windows devices, the logging level can be modified by updating the following registry key: HKLM\Software\Stairwell\Inception\LogLevel\
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 7 months ago