diff --git a/contact/__main__.py b/contact/__main__.py index 20d2159..c075de2 100644 --- a/contact/__main__.py +++ b/contact/__main__.py @@ -42,7 +42,7 @@ if os.environ.get("COLORTERM") == "gnome-terminal": # Run `tail -f client.log` in another terminal to view live logging.basicConfig( filename=config.log_file_path, - level=logging.DEBUG, # DEBUG, INFO, WARNING, ERROR, CRITICAL) + level=logging.INFO, # DEBUG, INFO, WARNING, ERROR, CRITICAL) format="%(asctime)s - %(levelname)s - %(message)s" )