Replies: 1 comment
-
@ValNyrov, it looks like the issue with CONFIG_LOG_OVERRIDE_LEVEL has also been addressed in this #44029, though with a focus on the reverse logic (CONFIG_LOG_DEFAULT_LEVEL < CONFIG_LOG_OVERRIDE_LEVEL). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
My board is NRF52840-DK and Zephyr version is 3.5.99. Help me understand how CONFIG_LOG_OVERRIDE_LEVEL works.
The help says:
"Forces a minimum log level for all modules. Modules use their specified level if it is greater than this option, otherwise they use the level specified by this option instead of their default or whatever was manually set."
My very simple program:
and my prj.conf:
That is, in my config CONFIG_LOG_DEFAULT_LEVEL > CONFIG_LOG_OVERRIDE_LEVEL and there should be output to the log, but this does not happen.
But if CONFIG_LOG_OVERRIDE_LEVEL=0 or 2 or 3 then there is output to the log.
Is this a bug or am I missing something?
BR,
Valeriy
Beta Was this translation helpful? Give feedback.
All reactions