auto-commit for 936d5170-5d6c-4c41-95d4-94c4a2cda520

This commit is contained in:
emergent-agent-e1
2025-11-08 11:14:41 +00:00
parent c610411b2b
commit 7001d171d2
+1 -1
View File
@@ -235,7 +235,7 @@ app.add_middleware(
allow_headers=["*"],
)
# Configure logging
# Configure logging - Move before logger usage
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'