logging-log4j2 icon indicating copy to clipboard operation
logging-log4j2 copied to clipboard

Apache Log4j 2 is a versatile, feature-rich, efficient logging API and backend for Java.

Results 483 logging-log4j2 issues
Sort by recently updated
recently updated
newest added

Upgrade Jackson from 2.x to 3.0.0-rc4

## Description When using **BasicAsyncLoggerContextSelector** in **log4j2 v2.24.3**, when logging _RingBufferLogEventHandler4.notifyCallback()_ is called, and it tries to use an instance variable _sequenceCallback_ that is not set. I am using **disruptor...

waiting-for-maintainer

Currently, the [SMTP Appender](https://logging.apache.org/log4j/2.x/manual/appenders/network.html#SmtpAppender) does not support adding custom headers to outgoing email messages. In contrast, the [HTTP Appender](https://logging.apache.org/log4j/2.x/manual/appenders/network.html#HttpAppender) allows users to define custom headers using `` elements. Introducing similar...

DirectWriteRolloverStrategy and SizeBasedTriggeringPolicy use, found that more than limit the size of the file size

waiting-for-maintainer

The [`ScriptsPlugin`](https://github.com/apache/logging-log4j2/blob/2.x/log4j-core/src/main/java/org/apache/logging/log4j/core/config/ScriptsPlugin.java) should perform a validation of the script nested configuration elements and: - Remove the scripts that do not have a name. - Issue a status logger warning, when...

bug
good first issue
waiting-for-maintainer

Fixes #3086 --- * add `RegexFilter(Builder)` private constructor * add RegexFilter#getPattern() * add RegexFilter#getRegex() * add RegexFilter#isUseRawMessage() * add RegexFiltter changes from #2773 from 2.x branch that were only partially...

bug
java
tests
configuration

(#3086) Removed @PluginAttribute 'patternFlags' argument from https://github.com/pluginfactory for RegexFilter. Actually created new https://github.com/pluginfactory without the argument and deprecated old 'createFilter' method. See ticket for discussion of the reasoning - short...

bug
java
configuration

#3509 --- Fix StringMatchFilter Validation * Guard against NPEs * added private constructor to builder * added getText() accessor * add JVerify nullability annotations * added detailed javadoc with implementation...

bug
java
configuration

#2791 --- + Updated DefaultComponentBuilder `put(String, String)` to remove attributte if value is null + Updated DefaultComponentBuilder guarded `putAttribute(...)` implementations with object values against NPE + updated javadoc + added...

This meta-issue lists the PRs or modifications that didn't make it to `main` yet. Feel free to modify it after each merged PR that you don't have time or can...