Use debug logging for now by default

This commit is contained in:
Fahad
2025-06-13 19:34:35 +04:00
parent dda4f4bc7f
commit ebf5cfaa9e
3 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ from tools.models import ToolOutput
# Configure logging for server operations
# Can be controlled via LOG_LEVEL environment variable (DEBUG, INFO, WARNING, ERROR)
log_level = os.getenv("LOG_LEVEL", "INFO").upper()
log_level = os.getenv("LOG_LEVEL", "DEBUG").upper()
# Create timezone-aware formatter