Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
doing
log.error(e.getMessage(), e);
just stutters the error message twice, which is annoying. Use a real message
doing
log.error(e.getMessage(), e);
just stutters the error message twice, which is annoying. Use a real message