Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disable Logging for DWR

807598Nov 28 2005 — edited Jan 22 2009
I started using DWR (great product), however I am tired of looking at the DWR logging messages on the console.

Example:
12:28:21,438 INFO [ExecuteQuery] Executing: public java.util.List com.at.struts
.dwr.RetreiveActionItems.getCompletedItems()

I am running JBoss and I tried to disable it in the log4j.xml by doing the following:
<category name="uk.ltd.getahead.dwr">
  	<priority value="ERROR"/>
  	<appender-ref ref="TRAP_LOG"/>
  </category>
  
  <category name="com.at.struts.dwr">
    	<priority value="ERROR"/>
    	<appender-ref ref="TRAP_LOG"/>
  </category>
Could someone please tell me how to disable logging for DWR?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2009
Added on Nov 28 2005
9 comments
724 views