more quiet logging

This commit is contained in:
Dobromir Popov
2025-03-19 04:32:19 +02:00
parent 1a1c410922
commit dc532f8795
3 changed files with 209 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ from datetime import datetime, timedelta
# Configure logging with more detailed format
logging.basicConfig(
level=logging.DEBUG, # Changed to DEBUG for more detailed logs
level=logging.INFO, # Changed to DEBUG for more detailed logs
format='%(asctime)s - %(levelname)s - [%(filename)s:%(lineno)d] - %(message)s',
handlers=[
logging.StreamHandler(),