: additivity in PropertyConfigurator
Shouldn't PropertyConfiguration report this as an error?
[]'s
Daniel Serodio
On Wed, 2003-01-22 at 17:43, Ebersole, Steven wrote:
> additivity is an attribute of the logger/category, not the appender...
>
>
&g
Shouldn't PropertyConfiguration report this as an error?
[]'s
Daniel Serodio
On Wed, 2003-01-22 at 17:43, Ebersole, Steven wrote:
> additivity is an attribute of the logger/category, not the appender...
>
>
> As such, instead of:
> log4j.category.com.printrak.me4=DEBUG, R4
> log4j.addit
That did the trick. Thanks!
-Original Message-
From: Ebersole, Steven [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 22, 2003 11:44 AM
To: 'Log4J Users List'
Subject: RE: additivity in PropertyConfigurator
additivity is an attribute of the logger/category, not the append
additivity is an attribute of the logger/category, not the appender...
As such, instead of:
log4j.category.com.printrak.me4=DEBUG, R4
log4j.additivity.R4=false
you want:
log4j.category.com.printrak.me4=DEBUG, R4
log4j.aditivity.com.printrak.me4=false
|-Original Message