Quick question - on the server side I am also using gwt-log, but it
does not seem to respect my settings in the properties file. I have it
configured to spit out DEBUG messages with:
log4j.logger.gwt-log=DEBUG, gwt-log
log4j.appender.gwt-log=org.apache.log4j.ConsoleAppender
log4j.appender.gwt-log.layout=org.apache.log4j.PatternLayout
log4j.appender.gwt-log.layout.ConversionPattern=[%p] "%d{yyyy-MM-dd
HH:mm:ss:SSS}" %m%n
However, when I change it to ERROR, all the messages keep coming, even
those logged with Log.debug(String). Thoughts?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---