Proposal: Replace Standard logging with Loguru for Improved Logging Experience #75
Lexcellent
started this conversation in
Ideas
Replies: 1 comment
-
|
Hello, thank you for the suggestion. I do like the simplicity of the loguru library but the truth is I doubt we'd add this dependency at this point. Perhaps if we'd considered it at the beginning. I don't know if you've tried this already but the loguru docs document a way to intercept the logging loggers: I tested it out and managed to get loguru style coloured logging from the obsws-python library. I hope that's helpful. |
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'd like to propose replacing the current standard logging module with the loguru library to enhance our logging system. The primary motivation is that the current implementation outputs all log messages in red color regardless of their severity level, which reduces readability and makes log monitoring difficult.
Beta Was this translation helpful? Give feedback.
All reactions