rtl-sdr-scanner-cpp icon indicating copy to clipboard operation
rtl-sdr-scanner-cpp copied to clipboard

Can not set console_log_level

Open frode-h opened this issue 1 year ago • 1 comments

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.

frode-h avatar Sep 08 '24 21:09 frode-h

Check out the new release https://github.com/shajen/sdr-hub it's much simpler!

shajen avatar Oct 29 '25 19:10 shajen