RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
-- De : Matthew Meyer [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 30 janvier 2003 14:45 À : Struts Users Mailing List Objet : Re: log4j problem I am having a simmilar problem. I'm useing Struts 1.1b2 within WTE 3.5. The digester and requestProcessor refuse to quit logging not matter what I s

Re: log4j problem

2003-01-30 Thread Matthew Meyer
I am having a simmilar problem. I'm useing Struts 1.1b2 within WTE 3.5. The digester and requestProcessor refuse to quit logging not matter what I set the log levels at. I'm guessing I'm just not finding the correct configuration file, but it's really getting annoying. Matt, On Thu, 30 Jan 2

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
It worked, thank you, my understanding of Log4J was rather limited!! -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 30 janvier 2003 14:31 À : [EMAIL PROTECTED] Objet : RE: log4j problem .U can specify log level per logger as well.SO if u wa

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 30 janvier 2003 14:31 À : [EMAIL PROTECTED] Objet : RE: log4j problem .U can specify log level per logger as well.SO if u want to exclude logging for some packages,U specify a higher log leve

RE: log4j problem

2003-01-30 Thread shirishchandra . sakhare
hirarchies, it will still not change -Original Message- From: gourav.pani [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 2:24 PM To: struts-user Subject: RE: log4j problem i was under the impression that you do exclusion by inclusion. in other words, if you specify the

RE: log4j problem

2003-01-30 Thread Pani, Gourav
Users Mailing List' Subject: RE: log4j problem Yes I know the originating class that produces logs, it's RequestProcessor. But I didn't know that log4j could exclude class from the logs. Is it configurable in the log4j conf file ? I will look into it, thanks. -Message d'

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
EMAIL PROTECTED]] Envoyé : jeudi 30 janvier 2003 14:18 À : [EMAIL PROTECTED] Objet : RE: log4j problem Can you see the originating class for all those struts loggings messages in the logged messages? I mean in log4j ,u can disable the logging per class or package level..And if struts is using log4j,

RE: log4j problem

2003-01-30 Thread shirishchandra . sakhare
Subject: RE: log4j problem ok but the real problem is that struts logs an INFO each time a request is processed. My webapp should handle hundreds of simultaneous clients therefore my personal webapps logs are not visible enough. But thanks anyway. -Message d'origine- De : Pani, G

RE: log4j problem

2003-01-30 Thread De Cesco, Jonathan
ECTED]] Envoyé : jeudi 30 janvier 2003 14:10 À : 'Struts Users Mailing List' Objet : RE: log4j problem You may want to increase your default console setting from DEBUG to WARN. That would eliminate a lot of log messages. -Original Message- From: De Cesco, Jonathan [mailto:[EMAIL P

RE: log4j problem

2003-01-30 Thread Pani, Gourav
You may want to increase your default console setting from DEBUG to WARN. That would eliminate a lot of log messages. -Original Message- From: De Cesco, Jonathan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 5:09 AM To: '[EMAIL PROTECTED]' Subject: log4j problem Hi all, I w