Hello,
I am having trouble setting Log4J. I have installed the log4j servlet
from the example at http://jakarta.apache.org/log4j/docs/manual.html.
I want to debug to the console with:
log4j.rootLogger=DEBUG, A1
log4j.appender.A1=org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout=org.apache.log4j.PatternLayout
log4j.appender.A1.layout.ConversionPattern=%d [%t ] %-5p %c - %m%n
It must be instantiated correctly, because if I deliberatly makes a
error in the log4j.properties, it complains..
To me, it seems like the loggingservice of turbine takes over, and
overrules my logger?
What am I to do? I want to use log4j with the standard servlet and my
own log4j.property file.
Please advice
/Henrik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
