-
-
Notifications
You must be signed in to change notification settings - Fork 74
docs: drop audit-logging flags that are now defaults #556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -128,8 +128,8 @@ Returns an empty array if usage tracking is disabled or no data exists for the p | |
| Returns time-bucketed request counts grouped into `2xx`/`4xx`/`5xx` status | ||
| classes, an overall success-rate summary, and average request duration per | ||
| provider. This powers the "Requests by Status" and "Provider Latency" charts on | ||
| the dashboard's Overview page. Data comes from the audit log, so it requires | ||
| `LOGGING_ENABLED=true`. | ||
| the dashboard's Overview page. Data comes from the audit log (audit logging is enabled by default; | ||
| `LOGGING_ENABLED`). | ||
|
Comment on lines
+131
to
+132
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! |
||
|
|
||
| **Query parameters:** | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Remove the dangling
LOGGING_ENABLEDreference.The updated sentence is malformed: it ends with
`LOGGING_ENABLED`).despite stating that logging is enabled by default. Rewrite it as a complete sentence.Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents