From 103bbbad51f90d3fda34ba4dc06730d99f95897e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 21 Nov 2025 17:13:38 +0100 Subject: [PATCH] debug: enable INFO logging in LiteLLM for troubleshooting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable detailed logging to debug qwen model requests from WebUI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- ai/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/compose.yaml b/ai/compose.yaml index 6678e7e..de2bb0c 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -104,7 +104,7 @@ services: NO_DOCS: 'true' NO_REDOC: 'true' # Performance optimizations - LITELLM_LOG: 'ERROR' # Only log errors + LITELLM_LOG: 'INFO' # Enable detailed logging for debugging LITELLM_MODE: 'PRODUCTION' # Production mode for better performance volumes: - ./litellm-config.yaml:/app/litellm-config.yaml:ro