docs(audit logs): default on for enterprise licenses - #954
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new
store_audit_logsdefault from BerriAI/litellm#37518: with an enterprise license, audit logging is on unless the setting is explicitly set, so the docs no longer tell enterprise users to turn it on, and they now say how to opt out withstore_audit_logs: falseResolution order in the code is config value, then
LITELLM_STORE_AUDIT_LOGS, then premium license, so the env var only matters when the config leaves the setting unset; the audit-logs page and theLITELLM_STORE_AUDIT_LOGSrow in config settings both reflect that now instead of claiming a flatFalsedefaultNo release note entry here since the litellm PR has not merged yet; that breaking-change admonition belongs in the release it ships in
Link to Devin session: https://app.devin.ai/sessions/e80aa2b7e845458f8a7a5c09bf013abe
Requested by: @yucheng-berri