In my classes I have multiple .debug sentences that give me information abut what is happening, I thought that when I change the debug="true" to "false" in the TM this outputs would disappear from q2.log... but they haven't. I also look the log4j.properties, the 00_logger.xml and the wrapper.conf(in the logging part) but everything is set to INFO, so, why my debug messages still coming up?
btw, thy dont say "debug", but "trace", ie:
<log realm="notificar" at="Thu Oct 08 15:20:25 EDT 2009.664">
<trace>
Enviando el mensaje...
</trace>
</log>
thanks in advance