Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not set console_log_level #119

Open
frode-h opened this issue Sep 8, 2024 · 0 comments
Open

Can not set console_log_level #119

frode-h opened this issue Sep 8, 2024 · 0 comments

Comments

@frode-h
Copy link

frode-h commented Sep 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant