Use debug logging for now by default
This commit is contained in:
@@ -58,11 +58,11 @@ DEFAULT_THINKING_MODE_THINKDEEP=high
|
||||
# REDIS_URL=redis://redis:6379/0
|
||||
|
||||
# Optional: Logging level (DEBUG, INFO, WARNING, ERROR)
|
||||
# DEBUG: Shows detailed operational messages for troubleshooting
|
||||
# INFO: Shows general operational messages (default)
|
||||
# DEBUG: Shows detailed operational messages for troubleshooting (default)
|
||||
# INFO: Shows general operational messages
|
||||
# WARNING: Shows only warnings and errors
|
||||
# ERROR: Shows only errors
|
||||
LOG_LEVEL=INFO
|
||||
LOG_LEVEL=DEBUG
|
||||
|
||||
# Optional: Project root override for file sandboxing
|
||||
# If set, overrides the default sandbox directory
|
||||
|
||||
Reference in New Issue
Block a user