Replies: 3 comments 3 replies
-
I am looking for this as well, I can't get this working. Can someone help please ? If I check the
Changing the |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is nothing builtin, but you could adapt or extend RichHandler. The code is quite short and straightforward. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I posted a solution to this in #3337 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
rich.logging.RichHandler
class to highlight a Pythonlogging.Logger
, e.g.I want
DEBUG
log level messages to have no highlighting (or maybe even totally dimmed?). This is so it's easier to visually skip past the less important messages.Is it possible to not highlight (or dim) the
DEBUG
level log messages using theRichHandler
?Beta Was this translation helpful? Give feedback.
All reactions