Hi, We are using gwt-log library's remote logging facility and we have the following settings:
<inherits name="com.allen_sauer.gwt.log.gwt-log-TRACE"/> <set-property name="log_WindowLogger" value="DISABLED"/> <set-property name="log_DivLogger" value="DISABLED"/> <set-property name="log_RemoteLogger" value="ENABLED" /> However at main module load time I am changing the log level programmatic-ally to INFO. It is logging the following message in the server logs: 28 Apr 2010 15:49:45,126 FATAL [btpool0-4] (ServerLogImplLog4J.java: 48) - [127.0.0.1] [CLIENT] Temporarily setting the current (runtime) log level filter to 'OFF'. Is there a way this message be not logged as FATAL. This is generating an email to the QA and we will like to avoid that by logging the same message as INFO or DEBUG. Is it possible to log the message above at debug/info level? Is there a way to change the log level at run time and not log this message as FATAL. Please advice. Regards, Ravi H -- 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.
