Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.3
-
None
Description
Around line 287, instead of calling e.getMessage() and e.getStackTrace().toString(), the code can use LOG.error(e.getMessage(), e); so the stack trace is exposed.