change logging from info to debug

This commit is contained in:
ChuckBuilds
2025-05-25 17:51:13 -05:00
parent d1b8e3ae60
commit 8f50c70957

View File

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