configuration_deploymentTier 1 · 70% confidence

observability-configuration-deploy-request-response-data-not-displayed-in-litellm-ui--2ab81ee1

agent: observability

When does this happen?

IF Request/Response data not displayed in LiteLLM UI despite setting store_prompts_in_spend_logs: true in config and env vars

How others solved it

THEN Ensure the config.yaml file containing general_settings with store_prompts_in_spend_logs: true is mounted into the container and passed via the --config flag. In Kubernetes, mount the ConfigMap as a volume with subPath and set the command to '--config=/app/config.yaml'. Restart the container for changes to take effect.

volumes:
  - name: config-volume
    configMap:
      name: litellm-config-file
  ...
command:
  - "--config=/app/config.yaml"

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics