Mirza Aliev created IGNITE-22634:
------------------------------------
Summary: IgniteLogger does not print traceId and code for
TraceableException
Key: IGNITE-22634
URL: https://issues.apache.org/jira/browse/IGNITE-22634
Project: Ignite
Issue Type: Bug
Reporter: Mirza Aliev
Attachments: screenshot-1.png
We've noticed that construction like this does not work as we expected:
{code:java}
Throwable e = new IgniteInternalException(INTERNAL_ERR, "Expected
message");
log.info("SOME MESSAGE", e);
log.warn("SOME MESSAGE", e);
log.error("SOME MESSAGE", e);
{code}
Expected behaviour:
We see in logs traceId and code of the {{IgniteInternalException}}
Actual behaviour:
--
This message was sent by Atlassian Jira
(v8.20.10#820010)