How to turn off fastpath webchat logging?

Hi,

How do I turn off all the messaging getting put in our SystemOut.log file? I can’t find where we have any debug turned on

[6/7/12 15:47:48:477 CDT] 00000031 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.isClosed()

[6/7/12 15:47:48:982 CDT] 00000038 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.hasMessages()

[6/7/12 15:47:48:993 CDT] 00000037 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.isTyping()

[6/7/12 15:47:50:811 CDT] 00000035 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.isClosed()

[6/7/12 15:47:50:991 CDT] 00000038 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.hasMessages()

[6/7/12 15:47:51:418 CDT] 00000031 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.isTyping()

[6/7/12 15:47:53:217 CDT] 00000037 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.isTyping()

[6/7/12 15:47:53:220 CDT] 00000035 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.hasMessages()

[6/7/12 15:47:53:232 CDT] 00000038 ExecuteQuery I uk.ltd.getahead.dwr.util.CommonsLoggingOutput info Exec[0]: roomextn.isClosed()

[6/7/12 15:47:53:648 CDT] 00000031 ServletWrappe I SRVE0242I: [webchat_3.3.0_EAR] [/partnerworld/wps/chat] [/transcriptmain.jsp]: Initializati

Looks like you’re getting “info” level log messages. This is a very in-depth article about logging from their official site: http://directwebremoting.org/dwr/documentation/server/logging.html

You’ll want to edit webchat/WEB-INF/web.xml.

According to the article, you’d want to add this to the file (in our case, about line 89, in front of the commented-out debug section).

accessLogLevel

EXCEPTION

I haven’t tested this solution, it’s just the result of a few Google searches.

Hope it helps!