Skip to content

Can not set console_log_level #119

@frode-h

Description

@frode-h

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions