logging-log4j2
logging-log4j2 copied to clipboard
Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
## Description - Since apache/logging-log4j2:2.23.0, `onMismatch` of `MarkerFilter` is no longer available. This was actually found from https://github.com/apache/hive/pull/5375 . It can be reproduced in both `2.23.0` and `2.23.1`. This will...
The Socket Appender has default port values for `TCP` (4560) and `SSL` (6514), but has no default value for the `UDP` protocol. I think we should add `4560` as default...
Many Log4j components have a configuration attribute to enable the verification of the TLS server certificate: - Network appenders (`Socket`, `SMTP`) use the [`verifyHostname`](https://logging.apache.org/log4j/2.x/manual/appenders.html#ssl-configuration) attribute of the `SSL` nested component...
Hello, below is my login configuration file, the main assumptions are: - maximum 5 logs per day, 20 MB each - deleting logs older than 21 days - log backup...
This *incomplete* work ports #2696 to `main`. The following tasks still need to be done: - [x] Adapt `plugins.adoc` for Log4j 3 - Artifact has changed - Package paths have...
As issue #2766 shows, there are still some Log4j plugin builders that don't have setters for all their configuration attributes. Since field injection becomes more problematic in newer Java version,...
Hi Team, Debug level logs are getting printed when log level is set WARN, please refer the below log4j configs and sample java code where Debug logs are getting printed....
This is an umbrella task for replacing monitors (`synchronized` usages) with locks to avoid pinning issues in virtual threads.
The [`JmxRuntimeInputArgumentsLookup`](org.apache.logging.log4j.core.lookup.JmxRuntimeInputArgumentsLookup) lookup created with the standard constructor always returns `null`. The lookup has a singleton instance `JMX_SINGLETON`, which is not used anywhere in the code.
## Description We're trying to update from 2.17.1 -> 2.24.1 but we've encountered compile warnings due to missing annotations. It looks like essentially the same same issue as https://github.com/apache/logging-log4j2/issues/2144 and...