diff --git a/uvicorn/logging.py b/uvicorn/logging.py index ab6261d14..02f455d8e 100644 --- a/uvicorn/logging.py +++ b/uvicorn/logging.py @@ -16,7 +16,7 @@ class ColourizedFormatter(logging.Formatter): A custom log formatter class that: * Outputs the LOG_LEVEL with an appropriate color. - * If a log call includes an `extras={"color_message": ...}` it will be used + * If a log call includes an `extra={"color_message": ...}` it will be used for formatting the output, instead of the plain text message. """