ailto:[EMAIL PROTECTED]
Sent: Tuesday, June 27, 2006 8:45 AM
To: Log4J Users List
Subject: Re: How to set different levels per appender
On 6/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> This didn't seem to work... It generates a warning
>
> WARN - No suc
On 6/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
This didn't seem to work... It generates a warning
WARN - No such property [threshold] in org.apache.log4j.RollingFileAppender.
Dumb question, but has to be asked: did you use a capital T?
("Threshold", not "threshold").
--
Javier Gonzá
This didn't seem to work... It generates a warning
WARN - No such property [threshold] in org.apache.log4j.RollingFileAppender.
-Original Message-
From: dirk ooms [mailto:[EMAIL PROTECTED]
Sent: Monday, June 26, 2006 2:27 PM
To: Log4J Users List
Subject: Re: How to set different l
you can specify a threshold per appender, e.g.:
log4j.appender.logfile.Threshold=DEBUG
On Monday 26 June 2006 20:47, [EMAIL PROTECTED] wrote:
> I have multiple appenders, and I would like for one (of this to have a
> detailed log level (trace), and the other to just have a log level for
> warning
I have multiple appenders, and I would like for one (of this to have a detailed
log level (trace), and the other to just have a log level for warnings and up.
I would like for the "logfile" and "xml" appenders to have the detailed
results, and I would like for the "html" appender to just have war