From d28c293258650ca6f71d4f597b34f338cf57d9c9 Mon Sep 17 00:00:00 2001 From: user Date: Sun, 17 Mar 2024 15:46:55 +0100 Subject: logging - fix indentation, reformulate --- How-to/Python/Logging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'How-to/Python') diff --git a/How-to/Python/Logging.md b/How-to/Python/Logging.md index d11f116..4d05607 100644 --- a/How-to/Python/Logging.md +++ b/How-to/Python/Logging.md @@ -7,8 +7,8 @@ description: Python logging with ✨pretty colors🌸 Logging is useful, because all python code can use the same standard, allowing you to centrally control: - Which messages you wish to see -- Every debug message, for local development - - Just information, for an end user deployment + - Every debug message, for local development + - Disable debug messages, by changing 1 line e.g. for end user deployment - How to format them - Do you wish to see which module and line of code this message originated from - Where they should end up -- cgit 1.4.1