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