flocsy opened a new issue, #3726:
URL: https://github.com/apache/logging-log4j2/issues/3726
## Description
try {
throw new Exception("test");
} catch {Throwable t) {
logger.info("foo: {}", foo, t);
}
creates a warning:
found 1 argument placeholders, but provided 2 for pattern `foo: {}`
## Configuration
**Version:** 2.24.0
**Operating system:** Linux, MacOS
**JDK:** coretto 21.0.7
## Logs
```
```
## Reproduction
This was working in versions, up-to (including) 2.23.1, and is broken since
version 2.24.0
It looks like it's related to
https://github.com/apache/logging-log4j2/issues/2380
--
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]