fix: make LiteLLM diagnostic log readable
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user