How can I turn of Struts' debugging?  I have my own Log4J configuration that
sets log level to DEBUG, but I want only my logging, not Struts'.  I tried
setting the init param to off...
<param-name>debug</param-name>
<param-value>0</param-value>
...but I still get full Struts logging.

Thank you.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to