Re: logs

2003-10-16 Thread Philip Mark Donaghy
When I put a log4j.properties in my TOMCAT4_HOME/shared/classes directory the console went wild. This could help if you are debugging Tomcat and your application. Phil __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.

RE: logs

2003-10-16 Thread Philip Mark Donaghy
web application will also display DEBUG messages. Phil > > -Message d'origine- > De : Geeta Ramani [mailto:[EMAIL PROTECTED] > Envoyé : 16 octobre, 2003 11:12 > À : Struts Users Mailing List > Objet : Re: logs > > > Maybe I misunderstand you (?), b

Re: logs

2003-10-16 Thread Geeta Ramani
---Message d'origine- > De : Geeta Ramani [mailto:[EMAIL PROTECTED] > Envoyé : 16 octobre, 2003 11:12 > À : Struts Users Mailing List > Objet : Re: logs > > Maybe I misunderstand you (?), but all you have to do is (as usual) add

RE: logs

2003-10-16 Thread Gilbert, Antoine
can i use something like that ? directly ? log4j.category.org.apache=DEBUG -Message d'origine- De : Geeta Ramani [mailto:[EMAIL PROTECTED] Envoyé : 16 octobre, 2003 11:12 À : Struts Users Mailing List Objet : Re: logs Maybe I misunderstand you (?), but all you have to do is (as

Re: logs

2003-10-16 Thread Geeta Ramani
Maybe I misunderstand you (?), but all you have to do is (as usual) add lines in your log4j.properties file, something like: log4j.category.yourpackagename.YourAction=DEBUG log4j.category.yourpackagename.YourForm=DEBUG etc. Geeta "Gilbert, Antoine" wrote: > How i can configure my log4j.properti