starbasedb
starbasedb copied to clipboard
feat: Omit queries from QueryLog plugin
Purpose
When using the QueryLogPlugin allow users to opt-into allowing some queries that contain a specific prefix to be omitted from the log. Use cases might include administrative queries that happen frequently and would add noise to a more user-focused query log.
Tasks
- [x] Allow users to opt-in to the
omitfunctionality - [x] Allow users to override the default
--OMITprefix
Verify
Before
After
Coverage Report
| Status | Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔵 | Lines | 2.08% | 21 / 1005 |
| 🔵 | Statements | 1.99% | 21 / 1051 |
| 🔵 | Functions | 3.04% | 5 / 164 |
| 🔵 | Branches | 0% | 0 / 592 |