Re: [I] Log messages with partially missing parameters (logging-log4j2)

2024-03-25 Thread via GitHub
ppkarwasz closed issue #2380: Log messages with partially missing parameters URL: 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 com

Re: [I] Log messages with partially missing parameters (logging-log4j2)

2024-03-17 Thread via GitHub
ppkarwasz commented on issue #2380: URL: https://github.com/apache/logging-log4j2/issues/2380#issuecomment-2002453940 Thanks -- 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.

Re: [I] Log messages with partially missing parameters (logging-log4j2)

2024-03-17 Thread via GitHub
SeasonPanPan commented on issue #2380: URL: https://github.com/apache/logging-log4j2/issues/2380#issuecomment-2002451427 I will work on this issue #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

[I] Log messages with partially missing parameters (logging-log4j2)

2024-03-14 Thread via GitHub
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,