Greetings, Wendy, first let me give my thanks to you for your assistance, and let's go to my problem here.
I updated log4j.properties to log to a file (I comment in the ConsoleAppender). but, I don't know why it not only doesn't creates the log file I specified, that it also only updates in catalina only to the INFO level! The DEBUG level logs aren't passing the filter!! What am I doing wrong?? my log4j.properties in WEB-INF/classes/: " log4j.rootLogger=DEBUG,NGIN log4j.category.PT.ptinovacao.ngincare=DEBUG,NGIN #log4j.appender.NGIN=org.apache.log4j.ConsoleAppender log4j.appender.NGIN=org.apache.log4j.RollingFileAppender log4j.appender.NGIN.File=../logs/ngincare.log log4j.appender.NGIN.MaxFileSize=1024KB log4j.appender.NGIN.layout=org.apache.log4j.PatternLayout log4j.appender.NGIN.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n " thanks, Pedro Salazar -- pedro salazar (pt-inovacao) <[EMAIL PROTECTED]> key id: D803BC61 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
