logging-log4j2
logging-log4j2 copied to clipboard
Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
Note: Made two attempts to fix this, but the latter seems a little better. Changes: - Change the ShutdownCallbackRegistry API back to "register it, we'll call it" - no special...
Observed when investigating https://github.com/mockito/mockito/issues/2282 on my setup where only JAVA_HOME was adjusted which is used by Maven and IDE but not the unit test.
https://issues.apache.org/jira/browse/LOG4J2-3068
I've applied some refactors I wrote a while ago: https://github.com/palantir/assertj-automation Separated into two commits, first migrates from other asserts to assertj, and a second which optimizes assertj use.
Commit 2e9fdc135545eee435cad14ee9d74101c93694be added the unbound return type to allow easier usage with `MessageFactory2`. However, an unbound return type causes loss of type safety: You could claim that the return type...
issue link: [Provide a way to add customized StrLookUps in Interpolator initialization.](https://issues.apache.org/jira/projects/LOG4J2/issues/LOG4J2-2904?filter=reportedbyme)
See https://issues.apache.org/jira/browse/LOG4J2-2656
After do some debugging, i found out that there are some part of the code that is missing in MongoDb4Provider class when creating log4j-mongodb4 module, knowing that this part of...
Add logic to detect kafka broker is valid or not during app startup. User should be noticed with kafka broker available or not. Mark kafka appenders as not disabled if...