Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In DFSAdmin we are printing "Exception encountered" at debug level for all the calls even if there is no exception.
DFSAdmin#run
if (LOG.isDebugEnabled()) { LOG.debug("Exception encountered:", debugException); }