You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output section in config.json seems to have no effect. I found the definitions in logger.h, and raised the levels, but still the terminal is spammed with these info level messages after the docker image is starterd as instructed in README:
sdr-scanner_1 | [2024-09-08 23:24:00.802901] [info ] [RingBuffer ] pop/push: 645529600/645660672 (1.00)
The output section in config.json seems to have no effect. I found the definitions in logger.h, and raised the levels, but still the terminal is spammed with these info level messages after the docker image is starterd as instructed in README:
sdr-scanner_1 | [2024-09-08 23:24:00.802901] [info ] [RingBuffer ] pop/push: 645529600/645660672 (1.00)
config.json:
...
"output": {
"logs": "sdr/logs",
"file_log_level": "warn",
"console_log_level": "critical"
},
...
Other settings like ranges work fine, so I know I'm editing the right file.
Otherwise this is a pretty cool software, it does exactly what I wanted it to do.
The text was updated successfully, but these errors were encountered: