logging-log4j2
logging-log4j2 copied to clipboard
Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.
## Description `RollingFile` rotates files incorrectly if an event is logged shortly (in our case up to 10ms) after the rollover time _and_ the application is restarted within the same...
As shown by @hailshao in #3093, there might be a 60% loss of performance in the current `2.25.0-SNAPSHOT`, compared to `2.24.1`. Before we publish `2.25.0` we need to run the...
In the Log4j 2.x documentation for the RegexFilter: https://logging.apache.org/log4j/2.x/manual/filters.html#RegexFilter The only two configuration attributes are "regex" and "useRawMsg" (and the common filter attributes onMatch/onMismatch). In the RegExFilter @PluginFactory there is...
## Description After DST time change in Chile , the logs are not showing the correct time with plain %d date pattern on September 8th but after midnight of 9th...
## Description I think after the changes in https://github.com/apache/logging-log4j2/commit/4e00ea4bb2849185323e0310bcac283aff120cab I can now observe logging from org.apache.logging.log4j.core.config.AbstractConfiguration ("Starting configuration...", "Start watching for changes to...", etc) which were previously hidden by default....
This PR starts an `integration-test` job, whenever a snapshot or release is deployed.
## Description The composite filter seem to not work with multiple MarkerFilters. I learned in the meantime about the existence of the NoMarkerFilter which fits my use case, but I...
This PR starts a separate `verify-reproducibility` job, whenever a snapshot or release is deployed.
If somebody (for example an external library) uses the deprecated `Priority` class there will be a custom level created even though there already exists a corresponding level.
Bumps [org.junit-pioneer:junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 2.2.0 to 2.3.0. Release notes Sourced from org.junit-pioneer:junit-pioneer's releases. v2.3.0 Changelog generated by Shipkit Changelog Gradle Plugin 2.3.0 2024-10-06 - 16 commit(s) by Boris Faniuk, Daniel Kraus,...