mirror of https://github.com/Textualize/rich.git
12 lines
430 B
Markdown
12 lines
430 B
Markdown
|
---
|
||
|
title: "How do I render console markup in RichHandler?"
|
||
|
alt_titles:
|
||
|
- "Color is not applied during logging."
|
||
|
- "Style tags don't work with logging handler"
|
||
|
|
||
|
---
|
||
|
|
||
|
Console markup wont work anywhere else, other than `RichHandler` -- which is why they are disabled by default.
|
||
|
|
||
|
See the docs if you want to [enable console markup](https://rich.readthedocs.io/en/latest/logging.html#logging-handler) in the logging handler.
|