-
For a specific module, I would like to have debug logging compiled in, so I can enable them through the shell with |
Beta Was this translation helpful? Give feedback.
Answered by
toonst
May 17, 2023
Replies: 1 comment 1 reply
-
It seems there is no way to do this through Kconfig alone. The solution was to set the log levels at runtime from application code.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
toonst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there is no way to do this through Kconfig alone. The solution was to set the log levels at runtime from application code.