Replies: 2 comments
-
|
LITELLM_LOG_FILE isn t implemented in the code (it s mentioned in docs but not used). For now, you can:\n\n- Redirect stdout when starting the proxy: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the quick reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all. quick LiteLLM Proxy question here.
I see that the application system logs are being sent to stdout. Is there a way to send them to a file instead? I tried setting the LITELLM_LOG_FILE environment variable, but it doesn’t seem to be working. I’d appreciate the help. In fact, checking the source code, LITELLM_LOG_FILE is only referenced in the documentation, but I dont see it being used in the code.
Beta Was this translation helpful? Give feedback.
All reactions