ppkarwasz opened a new issue, #2380:
URL: https://github.com/apache/logging-log4j2/issues/2380
Log4j version `2.20.0` did also log messages with missing parameters. A call
like:
```java
logger.info("{}, {} and {}", 1, 2);
```
resulted in a partially replaced message: `1, 2, and {}`.
The behavior changed in `2.21.0` and should be restored for backward
compatibility.
--
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]