1.3alpha-8 question

2007-02-14 Thread Cheung, Quinn
We are looking at using the latest version of Chainsaw (version 2.0) in one of our projects. I noticed that it requires log4J version 1.3. Why is this still in alpha version and is there a release date for the final 1.3 version? Are there any problems or things I should know about given that

Log4j xml configuration

2007-02-14 Thread Drinkwater, GJ \(Glen\)
Hi I am currently moving all our log4j.properties files to XML files and was wondering how I replicate this with the xml configuration. In the properties file, I can put in log4j.logger.my.package=DEBUG Which means only logs from 'my.package' with level DEBUG or above gets logged and anything

Re: Log4j xml configuration

2007-02-14 Thread James Stauffer
logger name=my.package level value=debug/ /logger On 2/14/07, Drinkwater, GJ (Glen) [EMAIL PROTECTED] wrote: Hi I am currently moving all our log4j.properties files to XML files and was wondering how I replicate this with the xml configuration. In the properties file, I can put in

re: appender-ref to SMTPAppender knocks out log4j

2007-02-14 Thread Wyss Patrick
As soon as I uncomment appender-ref ref=mail/ in the example given below, log4j is no longer picked up (by commons-logging). Is there anything if it's working otherwise then make sure that you have all needed libraries in your classpath (mail.jar, activation.jar) wrong with the

Re: appender-ref to SMTPAppender knocks out log4j

2007-02-14 Thread Eric Jain
Wyss Patrick wrote: if it's working otherwise then make sure that you have all needed libraries in your classpath (mail.jar, activation.jar) I had these two jars in the web application, but not at the level of the application server (Jetty), which is where the log4j jar lives. After adding

RE: Next alpha or nightly build?

2007-02-14 Thread Gary Gregory
-Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 4:13 PM To: Log4J Users List Subject: Re: Next alpha or nightly build? On Feb 14, 2007, at 12:22 PM, Gary Gregory wrote: Hello: When can we get a new alpha build? There are