vy commented on code in PR #1885: URL: https://github.com/apache/logging-log4j2/pull/1885#discussion_r1368463154
########## src/changelog/.2.x.x/1223_change_formatted_message_heuristic.xml: ########## @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://logging.apache.org/log4j/changelog" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd" + type="changed"> + <issue id="1223" link="https://github.com/apache/logging-log4j2/issues/1223"/> + <description format="asciidoc"> + Change the order of evaluation of `FormattedMessage` formatters. + Messages are evaluated using `java.util.Format` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format. Review Comment: ```suggestion Messages are evaluated using `java.util.Formatter` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format. ``` -- 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]
