diff options
Diffstat (limited to 'How-to/Python/Logging.md')
| -rw-r--r-- | How-to/Python/Logging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/How-to/Python/Logging.md b/How-to/Python/Logging.md index 67e9a77..867dc20 100644 --- a/How-to/Python/Logging.md +++ b/How-to/Python/Logging.md @@ -73,7 +73,7 @@ $ python /tmp/1.py <span style="color:grey">2024-03-17 14:09:06,411,411 DEBUG [1.py:37] debug message</span> <span style="color:var(--main-color)">2024-03-17 14:09:06,411,411 INFO [1.py:38] info message</span> <span style="color:yellow">2024-03-17 14:09:06,411,411 WARNING [1.py:39] warning message</span> -<span style="color:red">2024-03-17 14:09:06,411,411 ERROR [1.py:40] error message</span>p> +<span style="color:red">2024-03-17 14:09:06,411,411 ERROR [1.py:40] error message</span> <span style="font-weight: bold; color:red">2024-03-17 14:09:06,411,411 CRITICAL [1.py:41] critical message</span> </pre> |
