Replies: 2 comments
-
I have also run into this. What is the workaround to have a module compiled at DBG, but set to INF, when using the shell? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here, is there any update or workaround on this issue? Thanks |
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.
-
I observed a problem where log_filter_set() called by the driver is overridden on startup. I root-caused it to shell initialization. The temporal sequence is as follows:
Is this intentional? It precludes ability to simultaneously support the following:
(a) module A compiles logging at DBG but wants to come up set to INF
(b) module B compiles logging at DBG and wants to set/log at DBG on startup
If I configure serial backend level to DBG, I violate (a). If I configure serial backend level to INF, I violate (b). In general, shouldn't the backend not override the level on boot if it has already been set previously
Beta Was this translation helpful? Give feedback.
All reactions