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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to