diff options
| author | user <user@node5.net> | 2024-03-21 11:34:55 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-21 11:34:55 +0100 |
| commit | 467b5b4089457f897263f718205412b18135462f (patch) | |
| tree | 8501ec06b917144e7391514d4d2acdc986f808b4 | |
| parent | b0d5cc65e57b6679260beb828fd5a6c17844ea38 (diff) | |
logging - fix typo
| -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> |
