starbasedb icon indicating copy to clipboard operation
starbasedb copied to clipboard

feat: Omit queries from QueryLog plugin

Open Brayden opened this issue 11 months ago • 1 comments

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 omit functionality
  • [x] Allow users to override the default --OMIT prefix

Verify

Before

After

Brayden avatar Jan 25 '25 14:01 Brayden

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
File CoverageNo changed files found.
Generated in workflow #47 for commit 58749c5 by the Vitest Coverage Report Action

github-actions[bot] avatar Jan 26 '25 21:01 github-actions[bot]