This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new dcb668e601 Fix changelog issue and PR references for Disruptor
initialization error logging (#2250, #4124, #4134)
dcb668e601 is described below
commit dcb668e60143d350a7aa59a8093a9407808ba781
Author: Ramanathan <[email protected]>
AuthorDate: Mon Jun 1 19:44:58 2026 +0530
Fix changelog issue and PR references for Disruptor initialization error
logging (#2250, #4124, #4134)
---
src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml
b/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml
index c47b11fb80..defea45980 100644
--- a/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml
+++ b/src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml
@@ -5,8 +5,8 @@
https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="changed">
- <issue id="3176"
link="https://github.com/apache/logging-log4j2/issues/2250"/>
- <issue id="3176"
link="https://github.com/apache/logging-log4j2/pull/4124"/>
+ <issue id="2250"
link="https://github.com/apache/logging-log4j2/issues/2250"/>
+ <issue id="4124"
link="https://github.com/apache/logging-log4j2/pull/4124"/>
<description format="asciidoc">
Improve logging for `LinkageError` scenarios involving the LMAX
Disruptor library
</description>