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

@@ -44,7 +44,7 @@ services:
# Use HOME not PWD: Claude needs access to any absolute file path, not just current project,
# and Claude Code could be running from multiple locations at the same time
- WORKSPACE_ROOT=${WORKSPACE_ROOT:-${HOME}}
- LOG_LEVEL=${LOG_LEVEL:-INFO}
- LOG_LEVEL=${LOG_LEVEL:-DEBUG}
- PYTHONUNBUFFERED=1
volumes:
- ${HOME:-/tmp}:/workspace:ro