Re: Using Log4j in struts for application logs

2007-12-28 Thread Paul Benedict
Struts doesn't create any automatic logging files. If you are getting additional logs, you have a configuration file loaded to do so. Paul On Dec 27, 2007 9:34 AM, Adam Hardy <[EMAIL PROTECTED]> wrote: > Hi Raghuveer, > I don't know why you have struts.log. Perhaps a struts committer knows > whi

Re: Using Log4j in struts for application logs

2007-12-27 Thread Adam Hardy
Hi Raghuveer, I don't know why you have struts.log. Perhaps a struts committer knows which struts example app uses it. But since logging is a relatively limited subject, I can make several guesses: - you have another application in your webserver which logs to struts.log - you have another lo

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