DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15214>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15214 Cleanup Logging ------- Additional Comments From [EMAIL PROTECTED] 2003-03-06 21:29 ------- I see source files (ex: BaseClientRegistry) where there is a double check for debugging by using a private final static DEBUG like this: if (DEBUG && Log.getLogger().isDebugEnabled()) This means that code changes are needed to activate debug-logging in these classes. I suggest removing the DEBUG, and rather use more fine grained LOG4J configuration. For this to be useful, I suggest to go thru the source files and add a static Logger logger = Log.getLogger(<class>.class); Comments? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
