Re: Re: Using lt;levelgt; (was: Re: Re: Appender logging to 2 logs - how to stop it)

2003-11-11 Thread otisg
Thank you Jacob/Jake, this helped a lot. Otis Get your own 800 number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag On Mon, 10 Nov 2003, Jacob Kjome ([EMAIL PROTECTED]) wrote: At 08:40 AM 11/10/2003 -0500, you

Re: Re: Appender logging to 2 logs - how to stop it

2003-11-10 Thread otisg
Thank you - additivity=false attribute of logger did it. I looked for that before, but could not find the DTD for Log4J - the DTD link in Log4J's javadocs was (is?) broken. Otis Get your own 800 number Voicemail, fax, email, and a lot more

Using level (was: Re: Re: Appender logging to 2 logs - how to stop it)

2003-11-10 Thread otisg
Hello, One more question about the use of level element. What is its parent element? Also, I thought that one controls the level at which logging should start by using appender's param sub-element, like this: appender name= class=... param name=Threshold value=INFO/ ...

Appender logging to 2 logs - how to stop it

2003-11-07 Thread otisg
Hello, I am using log4j 1.2.8 (under JBoss). I'm having a problem with one of my Appenders logging to multiple log files, even though I didn't configure it to do this. Here is how I configured it: appender name=MyUserTracker class=..DailyRollingFileAppender param name=File

Re: RE: Appender logging to 2 logs - how to stop it

2003-11-07 Thread otisg
Hello, Yes, I remember that property from pre-XML config days of log4j. That is the first thing I thought of. However, I could not find a matching XML element/attribute in the XML version of the log4j configuration. Is there such a thing? Thanks, Otis P.S. I have a few other appenders