RE: additivity in PropertyConfigurator

2003-01-22 Thread Evans Mark-PT1167
: 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

RE: additivity in PropertyConfigurator

2003-01-22 Thread Daniel Serodio
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

RE: additivity in PropertyConfigurator

2003-01-22 Thread Evans Mark-PT1167
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

RE: additivity in PropertyConfigurator

2003-01-22 Thread Ebersole, Steven
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