change debug level

This commit is contained in:
pdxlocations
2025-04-03 21:26:11 -07:00
parent bd41870567
commit a55d68a828
+1 -1
View File
@@ -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"
)