--- Steve Raeburn <[EMAIL PROTECTED]> wrote: > I noticed you used log.trace() instead of log.debug(). Would it be > better to > stick with debug for consistency?
We use all of the various logging levels. In particular, trace was already used in that class. I don't find the message loading particularly interesting so I put it at trace but it doesn't break consistency. I don't care if you change it to debug, they're both better than info :-). David > > Steve > > > -----Original Message----- > ... > > dgraham 2003/09/10 21:27:21 > > > > Modified: src/share/org/apache/struts/util > > PropertyMessageResources.java > > Log: > ... > > super(factory, config); > > - log.info("Initializing, config='" + config + "'"); > > + log.trace("Initializing, config='" + config + "'"); > > > > etc. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]