debug: enable DEBUG logging for LiteLLM to troubleshoot streaming

This commit is contained in:
2025-11-21 19:10:00 +01:00
parent c81f312e9e
commit 155016da97

View File

@@ -104,7 +104,7 @@ services:
NO_DOCS: 'true'
NO_REDOC: 'true'
# Performance optimizations
LITELLM_LOG: 'INFO' # Enable detailed logging for debugging
LITELLM_LOG: 'DEBUG' # Enable detailed logging for debugging streaming issues
LITELLM_MODE: 'PRODUCTION' # Production mode for better performance
volumes:
- ./litellm-config.yaml:/app/litellm-config.yaml:ro