Re: Application logs

2007-12-28 Thread Adam Hardy
: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 27 December 2007 15:42 To: Struts Users Mailing List Subject: Re: Application logs Raghuveer on 27/12/07 05:04, wrote: Is there way in struts to use logging configuration by declaratively.? What is the role of commons logging.. How to use

Re: Using Log4j in struts for application logs

2007-12-28 Thread Paul Benedict
- is it recreated after it is deleted? - it might be created by JDK logging - search for logging.properties HTH Adam Raghuveer on 27/12/07 05:02, wrote: Hello, Question 1 I have placed log4j.properties in WEB-INF of my struts application. With this application logs test.log is created

Re: Application logs

2007-12-27 Thread Adam Hardy
Raghuveer on 27/12/07 05:04, wrote: Is there way in struts to use logging configuration by declaratively.? What is the role of commons logging.. How to use this directly in code ..in java files and jsp files? Hi again, commons-logging is a logging-framework-neutral wrapper, the use of

Re: Using Log4j in struts for application logs

2007-12-27 Thread Adam Hardy
of my struts application. With this application logs test.log is created in the directory. I found in all the logs were created for java files in package com.testapp.test to test.log In addition to this there is one more log file created called struts. log What I need to do to avoid

RE: Application logs

2007-12-27 Thread Al Sutton
webapps, so Raghuveer, is there any reason you're logging at using commons-logging, or are you just looking to use it because other people have? -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 27 December 2007 15:42 To: Struts Users Mailing List Subject: Re: Application

Using Log4j in struts for application logs

2007-12-26 Thread Raghuveer
Hello, Question 1 I have placed log4j.properties in WEB-INF of my struts application. With this application logs test.log is created in the directory. I found in all the logs were created for java files in package com.testapp.test to test.log In addition to this there is one more log

Application logs

2007-12-26 Thread Raghuveer
Is there way in struts to use logging configuration by declaratively.? What is the role of commons logging.. How to use this directly in code ..in java files and jsp files?