Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.6.0
-
Reviewed
Description
This error logging should be improved. A warning log should record the stacktrace as well.
Dispatcher#dispatch
try { ... } catch (IOException e) { LOG.warn("Failed to move " + this + ": " + e.getMessage()); ... }