Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
2.1 Final
-
None
Description
It would be nice to follow the followin:
if(logger.isDebugEnabled()
{ logger.debug("Entry number: " + i + " is " + String.valueOf(entry[i])); }That would actually minimize the cost of logging in production environment.
I've noticed there is a lot of output on the INFO level, and apply the test statement for each log call could greatly improve the reponsiveness.
I could also work on it whenever ...
Checklists
Acceptance criteria