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"