Re: Tons of Could not find property messages - log4j is not helping?

2008-10-20 Thread Chris Pratt
bnoxious > >>> OFF turns off all logging > >>> > http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html > >>> > >>> Provide more specifics if you want specific help on operational > >>> characteristics, code and or env

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-20 Thread Nils-Helge Garli Hegvik
for log4j >>> >>> Martin __ Disclaimer and >>> confidentiality note Everything in this e-mail and any attachments relates >>> to the official business of Sender. This transmission is of a confidential >>> nature a

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-20 Thread 928572663
Date: Fri, 17 Oct 2008 15:55:18 -0700 From: [EMAIL PROTECTED] Subject: Re: Tons of Could not find property messages - log4j is not helping? To: user@struts.apache.org --- On Fri, 10/17/08, Chris Pratt wrote: Hmmm, I don't get it Martin, how does writing something to

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread 928572663
tended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Fri, 17 Oct 2008 17:09:43 -0700 From: [EMAIL PROTECTED] To: user@struts.apache.org Subject: Re: Tons of Could not find property messages - log4j is not helping? Wow, I have no idea where you're

RE: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Martin Gainty
ntial nature and Sender > > does not endorse distribution to any party other than intended recipient. > > Sender does not necessarily endorse content contained within this > > transmission. > > > > > > > Date: Fri, 17 Oct 2008 15:55:18 -0700 > > > From: [

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Chris Pratt
ttachments relates to the official > business of Sender. This transmission is of a confidential nature and Sender > does not endorse distribution to any party other than intended recipient. > Sender does not necessarily endorse content contained within this > transmission. > > > >

RE: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Martin Gainty
n intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 17 Oct 2008 15:55:18 -0700 > From: [EMAIL PROTECTED] > Subject: Re: Tons of Could not find property messages - log4j is not helping? > To: user@struts.apache.org > >

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Dave Newton
--- On Fri, 10/17/08, Chris Pratt wrote: > Hmmm, I don't get it Martin, how does writing something > to the log prevent things from getting written to the log? Reverse psychology. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Chris Pratt
ent. > Sender does not necessarily endorse content contained within this > transmission. > > > > Date: Fri, 17 Oct 2008 14:36:49 -0700 > > From: [EMAIL PROTECTED] > > To: user@struts.apache.org; [EMAIL PROTECTED] > > Subject: Re: Tons of Could not find property messages - lo

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Dave Newton
t; Subject: Re: Tons of Could not find property messages - log4j is not helping? > To: "Struts Users Mailing List" , [EMAIL PROTECTED] > Date: Friday, October 17, 2008, 5:36 PM > Nope, I'm having the same problem. I've set those > two categories, but still > get lo

RE: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Dave Newton
--- On Fri, 10/17/08, Martin Gainty wrote: > import org.apache.log4j.Logger; > > public class BeyondFuBarAction extends FuBarAction { > private static final Logger LOG = > Logger.getLogger(BeyondFuBarAction.class); > > /** override super */ > public String execute() throws Exception {

RE: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Martin Gainty
recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 17 Oct 2008 14:36:49 -0700 > From: [EMAIL PROTECTED] > To: user@struts.apache.org; [EMAIL PROTECTED] > Subject: Re: Tons of Could not find property messages - log4j is not helping? >

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Chris Pratt
Nope, I'm having the same problem. I've set those two categories, but still get lots of junk in the logs. (*Chris*) On Fri, Oct 17, 2008 at 2:29 PM, 928572663 <[EMAIL PROTECTED]> wrote: > Yeah I had tried that but they are still getting through. I must have some > other config issue with log4

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread 928572663
Yeah I had tried that but they are still getting through. I must have some other config issue with log4j. -John Pierre Thibaudeau wrote: Is there a way to determine which logging properties need to be configured to remove / change all of the struts logging? I haven't seen a confluence page o

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread Pierre Thibaudeau
> > Is there a way to determine which logging properties need to be configured > to remove / change all of the struts logging? > > I haven't seen a confluence page on that topic yet. > > i.e., if I wanted to set the whole logging level for all of struts2 to > ERROR, how would I find the property na

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-17 Thread 928572663
Is there a way to determine which logging properties need to be configured to remove / change all of the struts logging? I haven't seen a confluence page on that topic yet. i.e., if I wanted to set the whole logging level for all of struts2 to ERROR, how would I find the property names to set?

Re: Tons of Could not find property messages - log4j is not helping?

2008-10-03 Thread Miguel
Hi!, if you want to silence those annoing messages try the following logger: log4j.logger.com.opensymphony.xwork2.ognl.OgnlValueStack if you were using a properties file log4j.logger.com.opensymphony.xwork2.ognl.OgnlValueStack=NONE, stdout with the xml should be something similar. Have a good day