Bob, Thanks for reporting this. I have removed this as of r398. It was a result of my personal preference which was to allow the client to control what messages are sent to the server and for the server to just show everything. Fred
On Wed, Aug 19, 2009 at 5:13 PM, Bob Cunius <[email protected]> wrote: > > I am using gwt-log on the server side and writing out using log4j. > Even though the log level in the log4j.properties file is set to ERROR > all messages are being output by log4j. It looks like it's being > caused by the static initializer block in the gwt-log Log class > > static { > .... > setCurrentLogLevel(LOG_LEVEL_DEBUG); > } > > > Is there a reason why the log level is being programmatically set to > DEBUG? > > Thanks, > Bob > > > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-log" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-log?hl=en -~----------~----~----~----~------~----~------~--~---
