Hello, I am using Kraken SDR v 1.7.0. How can I change the logging level? I could not find something in UI. I changed the settings.json but nothing change.
By default the logging value is at the maximum.
1 Like
Can you change it? If yes, we just change the settings.json?
Yep just in the settings.json. Reducing the level should reduce the number of log entries in the log files.
1 Like
FYI, the numerical values of the “logging_level” settings are as follows:
IMPORTANT: You must divide by 10 because the code multiplies by 10 before passing it to Python 's logging library. For example, to set the logging level to ERROR (40), set logging_level to 4 in settings.json.