This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: How to stop mod_jk logging?jonlee Dec 2, 2003 5:49 PM (in response to wpfeiffe)In your log4j.xml, add a limiting category: <category name="org.apache.jk"> <priority value="WARN"/> </category> 
 Just look for the "limit categories" section of the configuration. Unfortunately the Tomcat JK2 connector tends to babble - the Jetty JK2 connector doesn't.
 
    