change logging from debug to info

This commit is contained in:
ChuckBuilds
2025-05-26 09:51:36 -05:00
parent 3a949cd5aa
commit bb4ff9cf0c

View File

@@ -5,7 +5,7 @@ from typing import Dict, Any, List
# Configure logging # Configure logging
logging.basicConfig( logging.basicConfig(
level=logging.DEBUG, level=logging.INFO,
format='%(asctime)s.%(msecs)03d - %(levelname)s:%(name)s:%(message)s', format='%(asctime)s.%(msecs)03d - %(levelname)s:%(name)s:%(message)s',
datefmt='%H:%M:%S', datefmt='%H:%M:%S',
stream=sys.stdout stream=sys.stdout