--- 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 won't 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.