Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.17.2
-
None
-
None
Description
We have an application that uses a third-party library which seems to reconfigure Log4J according to its needs. This worked for quite some years with various Log4J versions.
After upgrading from Log4J 2.17.1 to 2.17.2 a call to the library immediately stops logging completely in the sense that no further logging is performed until restarting the JVM.
We've tried to identify the change that leads to the problem. Our best guess is PropertyConfigurator, line 164 in
Note that according to semantic versioning such breaking changes should not occur when only the patch version is incremented.
Attachments
Issue Links
- duplicates
-
LOG4J2-3547 Incompatible behavior for log4j 1.2 bridge regarding PropertiesConfiguration
- Resolved