This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch release/2.26.1 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 833366fbd09dc96534627219d5ddc1a8b9b8119d 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>
