From 67f1bde21726f5f8caeac5afa718ffcac374f263 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Fri, 24 Jan 2025 22:34:50 -0800 Subject: [PATCH] rm incorrect comment --- default_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_config.py b/default_config.py index 38674d4..2b1b8b7 100644 --- a/default_config.py +++ b/default_config.py @@ -110,7 +110,7 @@ COLOR_CONFIG = loaded_config["COLOR_CONFIG"] if __name__ == "__main__": - logging.basicConfig( # Run `tail -f client.log` in another terminal to view live + logging.basicConfig( filename="default_config.log", level=logging.INFO, # DEBUG, INFO, WARNING, ERROR, CRITICAL) format="%(asctime)s - %(levelname)s - %(message)s"