How to use rederables with RichHandler() #2920
Unanswered
byt3bl33d3r
asked this question in
Q&A
Replies: 1 comment
-
The logging module only works with strings, so you can't use renderables with the logging handler. You can display json with |
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
-
Heya,
I'm trying to use
JSON()
withRichHandler()
so i can highlight json when logging to the terminal. How does one use renderables when usingRichHandler()
with logging?Thanks!~
Beta Was this translation helpful? Give feedback.
All reactions