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)

_______________________________________________
slf4j-dev mailing list
slf4j-dev@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-dev

Reply via email to