On Monday 30 September 2002 15:56, Ceki Gülcü wrote:
> Try log4j.jar in WEB-INF/lib/ and log4j.properties in WEB-INF/classes
Well, I did that... but, the good news is - I found the problem.
There was an "ancient" CATALINA_OPTS setting in the start script, that pointed
to a different log4j.prop
Try log4j.jar in WEB-INF/lib/ and log4j.properties in WEB-INF/classes
At 15:40 30.09.2002 +0800, you wrote:
>I am sure this has been up before, but I can't find it in my archive.
>
>What do I need to do to get Log4J to read my log4j.properties file???
>
>Basic example, straight from docs;
>
>#
I am sure this has been up before, but I can't find it in my archive.
What do I need to do to get Log4J to read my log4j.properties file???
Basic example, straight from docs;
# Set root logger level to DEBUG and its only appender to A2.
log4j.rootLogger=DEBUG, A2
log4j.appender.A2=org.apache.