From 467b5b4089457f897263f718205412b18135462f Mon Sep 17 00:00:00 2001 From: user Date: Thu, 21 Mar 2024 11:34:55 +0100 Subject: logging - fix typo --- How-to/Python/Logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2024-03-17 14:09:06,411,411 DEBUG [1.py:37] debug message 2024-03-17 14:09:06,411,411 INFO [1.py:38] info message 2024-03-17 14:09:06,411,411 WARNING [1.py:39] warning message -2024-03-17 14:09:06,411,411 ERROR [1.py:40] error messagep> +2024-03-17 14:09:06,411,411 ERROR [1.py:40] error message 2024-03-17 14:09:06,411,411 CRITICAL [1.py:41] critical message -- cgit 1.4.1