From 3dc9c9d3c20e31ddb207edebc9f05009c0c1ad50 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 22 Jul 2026 00:46:58 -0700 Subject: [PATCH] fix: make LiteLLM diagnostic log readable --- servers/bwh-hk-dc3/litellm/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/bwh-hk-dc3/litellm/compose.yaml b/servers/bwh-hk-dc3/litellm/compose.yaml index 41d76a7..b603378 100644 --- a/servers/bwh-hk-dc3/litellm/compose.yaml +++ b/servers/bwh-hk-dc3/litellm/compose.yaml @@ -32,7 +32,7 @@ services: - ./runtime:/runtime entrypoint: ["/bin/sh", "-c"] command: - - exec /app/docker/prod_entrypoint.sh --config /app/config.yaml --host 0.0.0.0 --port 4000 > /runtime/litellm.log 2>&1 + - touch /runtime/litellm.log && chmod 0644 /runtime/litellm.log && exec /app/docker/prod_entrypoint.sh --config /app/config.yaml --host 0.0.0.0 --port 4000 > /runtime/litellm.log 2>&1 logging: driver: json-file options: