-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
remove logback RegexFilterAction, not supported any more. #5193
Conversation
ah, thank you @jdrueckert ! @keturn writes
why you opted to not use logback 1.4 in 2022, and not use something like slf4j appeders addFilter spi or logbacks filter ? i saw the nice syntax of @keturn implementation. i updated the text of the ticket, removed the asking of the question, und put the log file sizes with this pull request and without, |
edac961
to
551d8d7
Compare
removed now the usage in the logback.xml config files. still am not able to see the difference in the output with and without. so i think we could merge it what you thnk @jdrueckert ? unrelated to this PR, as preview, i created one branch merging all the qa stuff, including to use fluent logger interface. |
@soloturn This is something I'd like to discuss with the others first, they may recall more details about keturn's effort back then... |
what was the outcome of the meeting @jdrueckert ? |
3713530
to
ce2d4fd
Compare
@BenjaminAmos had a closer look at the custom implementation that keturn introduced and the built-in options available. |
RegexFilterAction blocks the upgrade of logback, and blocked logback upgrade blocks upgrade to slf4j-2.x. slf4j-2 additionally provides a fluent logging API.
the affected classes are used test logging and one real, facades/PC:
the test runs produce a sliht difference in size, but i cannot really make out any reasonable difference, on the default checkout, running like this, for branch
default
and[qa/remove-outdated-logback]