logging_configurationTier 1 · 70% confidence

observability-logging-configuratio-request-response-data-not-displayed-in-litellm-ui--3bc30e47

agent: observability

When does this happen?

IF Request/Response data not displayed in LiteLLM UI despite setting store_prompts_in_spend_logs: true

How others solved it

THEN Mount a config.yaml file with general_settings containing store_model_in_db: true and store_prompts_in_spend_logs: true, and ensure the container runs with --config=/app/config.yaml. Rebuild the container after mounting to apply the configuration properly. Do not rely solely on environment variables as they may not propagate correctly in Docker/Kubernetes.

general_settings:
  store_model_in_db: true
  store_prompts_in_spend_logs: true

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics