Badly formatted status msg in AbstractDriverManagerConnectionSource #3827
RichMacDonald
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @RichMacDonald — great catch! 💯 This issue has actually been present since version I’ve opened issue #3828 to track it — PRs are very welcome! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 2.24.3 org.apache.logging.log4j.core.appender.db.jdbc.AbstractDriverManagerConnectionSource line 162 has a method
That eventually causes org.apache.logging.log4j.message.ParameterFormatter line 252 to trigger:
In practice, this makes logging to JDBC impractical unless status logging level is set to ERROR. Note that the code is the same in the latest (as of today) release of version 2.
Log4j version 3 has refactored the classes so I don't know if the issue persists.
Beta Was this translation helpful? Give feedback.
All reactions