https://issues.apache.org/bugzilla/show_bug.cgi?id=52206
--- Comment #3 from Chris Bowditch <[email protected]> 2011-11-22 12:49:39 UTC --- Hi Alex, Please bear in mind that it is not always possible to use Remote Java IDE to debug. When investigating issues that cannot be recreated locally, only at customer site tracing is very helpful. As mentioned by you I prefer we change the code to check the isTraceEnabled() method once only, i.e. private static final boolean isTraceEnabled = log.isTraceEnabled(); Hopefully this will minimize the cost of the logging in this class. Thanks, Chris -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
