Will cactus pickup my log4j.xml settings? I have the following in my
log4j.xml, but it doesn't seem to get picked up:
<category name="org.apache.cactus">
<level value="WARN"/>
</category>
I've also tried:
<logger name="org.apache.cactus">
<level value="WARN"/>
</logger>
On past projects, I've used a log4j.properties file with the following
and it worked fine:
# Don't show debug logs for Cactus
log4j.category.org.apache.cactus=WARN
log4j.category.org.apache.commons.httpclient=WARN
log4j.category.httpclient=WARN
Thanks,
Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]