Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We should replace slf4j logging with IgniteLogger. As far as raft module uses slf4j log method with vararg params and passes last param as throwable, IgniteLogger also should support such cases. In discussion with amashenkov we've agreed that we do not want to support such scenario as is and we added the following methods to IgniteLogger:
debug(String msg, Throwable th, Object... params) info(String msg, Throwable th, Object... params) trace(String msg, Throwable th, Object... params) warn(String msg, Throwable th, Object... params)
Attachments
Issue Links
- is part of
-
IGNITE-14832 Investigate remaining TODOs in org.apache.ignite.raft.jraft package
- Open
- links to