RE: setting up log4j

2006-06-14 Thread Darren Hall
Excellent! Thanks Jake. That did it. I changed the to a and everything worked great. Thanks! -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 4:50 PM To: Log4J Users List Subject: RE: setting up log4j Try defining the logger instead of

RE: setting up log4j

2006-06-14 Thread Jacob Kjome
Try defining the logger instead of, or in addition to, your logger definition below. I imagine you'll see output from Struts classes in the logger if you define it to log at the DEBUG level. Jake Quoting Darren Hall <[EMAIL PROTECTED]>: > Ok, for those following this thread, I've trashed my

RE: setting up log4j

2006-06-14 Thread Darren Hall
Ok, for those following this thread, I've trashed my old log4j.xml. I went ahead and created a new (and much simpler) log4j.xml file. Using this new file, I now see the following log file created 'C:\Program Files\Apache Group\Tomcat 5.5\logs\uwaf-debug.log'. So... progress! However, the log file

RE: setting up log4j

2006-06-14 Thread Darren Hall
thing up in the configuration. Any ideas? Thanks, Darren -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 9:30 AM To: 'Log4J Users List' Subject: RE: setting up log4j I have confirmed that my log files are not being created anywhere o

RE: setting up log4j

2006-06-14 Thread Darren Hall
e a standard location where my log files should be kept? (Not that this is that important, but if there is a standard I'm unaware of, I'd like to conform to it.) Thanks, Darren -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:34 AM

Re: setting up log4j

2006-06-14 Thread Sarada Bhasker
e" <[EMAIL PROTECTED]> To: "Log4J Users List" Sent: Wednesday, June 14, 2006 5:33 AM Subject: RE: setting up log4j > > try adding to your logger and see what > happens. Also, do you see your log files getting created? Based on > what you have written, if you start

RE: setting up log4j

2006-06-13 Thread Jacob Kjome
> > > > > > > > > > > > > > > > > >-Original Message- >From: Darren Hall [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 13, 2006 10:58 AM >To: 'Log4J Users List' >Subject: RE:

RE: setting up log4j

2006-06-13 Thread Darren Hall
- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 10:58 AM To: 'Log4J Users List' Subject: RE: setting up log4j Thanks Jake, Maybe I should back up... Since Struts is using commons-logging, do I need to include any Log4J jar files? What is commons-lo

RE: setting up log4j

2006-06-13 Thread Darren Hall
List Subject: Re: setting up log4j Put log4j.jar and commons-logging-adapters-1.1.jar (see commons-logging release notes for this newly distributed jar) in WEB-INF/lib. This assumes that commons-logging-api.jar is in the classpath. If this doesn't work, just use the commons-logging-1.

Re: setting up log4j

2006-06-12 Thread Jacob Kjome
Put log4j.jar and commons-logging-adapters-1.1.jar (see commons-logging release notes for this newly distributed jar) in WEB-INF/lib. This assumes that commons-logging-api.jar is in the classpath. If this doesn't work, just use the commons-logging-1.1.jar. Put your Log4j config file in WE