[slf4j-dev] [JIRA] Updates for SLF4J-334: SLF4J extensions relying on the LoggerWrapper class fail to log the exception on a parameterized query
QOS.CH (JIRA)
noreply-jira at qos.ch
Tue Mar 30 10:28:00 CEST 2021
SLF4J / SLF4J-334 [Open]
SLF4J extensions relying on the LoggerWrapper class fail to log the exception on a parameterized query
==============================
Here's what changed in this issue in the last few minutes.
There is 1 comment.
View or comment on issue using this link
https://jira.qos.ch/browse/SLF4J-334
==============================
1 comment
------------------------------
Charles T'KINT DE ROODENBEKE on 30/Mar/21 10:13 AM
A little bit late but the PR is still ongoing and the issue is still present it seems.
On a side note, this issue does not exist with logger.debug:
{code:java}
Exception e = new Exception("foo", new Exception("bar"));
logger.debug("Param: {}", "test", e)
{code}
==============================
This message was sent by Atlassian Jira (v8.8.0#808000-sha1:e2c7e59)
More information about the slf4j-dev
mailing list