setting the logging level #7
zytegalaxy
started this conversation in
Ideas
Replies: 1 comment
-
We already have an environment variable for this purpose, it is |
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.
-
In
ubo.logging.py
the logging level if hard coded. For release build, we need to set a different level of debugging.stdout_handler.setLevel(logging.DEBUG)
Probably need to define a way to set this.
Beta Was this translation helpful? Give feedback.
All reactions