We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6215230 commit b7241e1Copy full SHA for b7241e1
uvicorn/logging.py
@@ -16,7 +16,7 @@ class ColourizedFormatter(logging.Formatter):
16
A custom log formatter class that:
17
18
* Outputs the LOG_LEVEL with an appropriate color.
19
- * 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
20
for formatting the output, instead of the plain text message.
21
"""
22
0 commit comments