RE: locating my log4j.properties file

2010-10-08 Thread Don Raikes
Hello again, Ok so I solved some of my issues, but now I have others. In my log4j.properties file, I have configured 3 appenders. A1 console apppender A2 file appender to my errors.log file A3 file appender to my fulltrace log file (see below) When I run the test program using -Dl

RE: locating my log4j.properties file

2010-10-08 Thread Don Raikes
Jake, I will take all this into account in my final production setup. For now I was using the log4j as a debugging tool for myself, so just wanted to figure out how it works. -Original Message- From: Jacob Kjome [mailto:h...@visi.com] Sent: Friday, October 08, 2010 10:51 AM To: Log4J U

Re: locating my log4j.properties file

2010-10-08 Thread Jacob Kjome
It's great that you got it working, but it doesn't appear you fully understand why... configure(String) [1] takes a java.io.File path. Given that you have provided a relative path, rather than a fully qualified one, location of the file is going to be relative to the directory from which you st

RE: locating my log4j.properties file

2010-10-08 Thread Don Raikes
Christian, Thanks, with the -Dlog4j.debug, I was able to figure out that log4j was looking for a default log4j.xml file which I do not have, but I then copied the a11yMonitor-log4j.properties into the same folder as my test application's jar file and that worked. Getting log4j output now! --

Recommended Upgrades for log4j-1.2.14

2010-10-08 Thread Vsanam
Hi All, I am currently using log4j version of log4j-1.2.14 and I am finding answer for the below questions and I couldn't get proper answers from the site http://logging.apache.org. So anyone could help me out to find out the answers for me or atleast tell me where I can get information for bel