vy commented on code in PR #4124: URL: https://github.com/apache/logging-log4j2/pull/4124#discussion_r3323821080
########## src/changelog/.2.x.x/fix-log-disruptor-initialization-errors.xml: ########## @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation=" + 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"/> + <description format="asciidoc"> + Improved status logging for LinkageError scenarios involving the LMAX Disruptor library to provide better diagnostics and user visibility during initialization failures. This change helps users more easily identify dependency compatibility issues that were previously not surfaced in the status log. Review Comment: ```suggestion Improve logging for `LinkageError` scenarios involving the LMAX Disruptor library ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
