Skip to content

fix: add default log filters for HikariDataSource and TableUtils#34

Merged
confuser merged 3 commits into
masterfrom
fix/stderr-log-filters
Apr 3, 2026
Merged

fix: add default log filters for HikariDataSource and TableUtils#34
confuser merged 3 commits into
masterfrom
fix/stderr-log-filters

Conversation

@confuser
Copy link
Copy Markdown
Member

@confuser confuser commented Apr 3, 2026

After BanManager routes HikariCP/ORMLite output through the plugin logger instead of System.err, these messages become visible to WebEnhancer's log appender. Add default ignoreContains entries to filter out DB startup noise from report logs, and add E2E tests for the new filters.

Related: BanManagement/BanManager#1050

confuser added 3 commits April 3, 2026 20:45
After BanManager routes HikariCP/ORMLite output through the plugin logger
instead of System.err, these messages become visible to WebEnhancer's log
appender. Add default ignoreContains entries to filter out DB startup noise
from report logs, and add E2E tests for the new filters.

Related: BanManagement/BanManager#1050
The e2e config files are bind-mounted into Docker containers and since
ignoreContains already exists, copyDefaults(true) won't append new
entries from the JAR defaults.
NormalMarkerTableUtils_ contained the substring 'TableUtils' and was
being filtered by the very ignoreContains rule under test.
@confuser confuser merged commit 5a592d9 into master Apr 3, 2026
12 of 13 checks passed
@confuser confuser deleted the fix/stderr-log-filters branch April 3, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant