On Mon, 2007-07-23 at 08:43 +0000, Samir Franciscus wrote: > Hi All > > Is there any special way in which I can disabling logging (using > log4j) for dwr? I used the following to set debugging to false in the > web.xml but this has no effect
Hi Samir, Using a log4j.properties you should be able to set your log level at a class / package level eg: # Control logging for other open source packages log4j.logger.com.opensymphony.oscache=ERROR log4j.logger.net.sf.navigator=ERROR log4j.logger.org.acegisecurity=WARN log4j.logger.org.acegisecurity.intercept.event.LoggerListener=WARN log4j.logger.org.apache.commons=ERROR log4j.logger.com.opensymphony.webwork=WARN log4j.logger.org.displaytag=ERROR log4j.logger.org.springframework=WARN log4j.logger.com.ibatis.db=WARN log4j.logger.org.apache.velocity=WARN log4j.logger.org.tuckey.web.filters=WARN log4j.logger.org.springframework.aop.framework.Cglib2AopProxy=ERROR hth Dean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" 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/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~---
