diff --git a/questions/logging_color.md b/questions/logging_color.md index 1db3bf0d..4ca7f58d 100644 --- a/questions/logging_color.md +++ b/questions/logging_color.md @@ -6,6 +6,6 @@ alt_titles: --- -Console markup wont work anywhere else, other than `RichHandler` -- which is why they are disabled by default. +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.