This commit is contained in:
pdxlocations
2025-01-15 21:35:07 -08:00
parent 2ad2aa1faa
commit 36ba9065a2

View File

@@ -26,7 +26,7 @@ os.environ["TERM"] = "screen"
os.environ["LANG"] = "C.UTF-8"
# Configure logging
# Run `tail -f contact.log` in another terminal to view live
# Run `tail -f client.log` in another terminal to view live
logging.basicConfig(
filename=globals.log_file_path,
level=logging.INFO, # DEBUG, INFO, WARNING, ERROR, CRITICAL)