Re: Multiple Loggers Logging to Same Appender

2011-04-25 Thread timmy11
Dear All, I was not careful when inspecting my logging output. It is indeed possible to have multiple loggers/categories pointing to the same appender. For the log4j experts out there, is this a best practice? Tim timmy11 wrote: > > Dear All, > > Is it possible to config

Multiple Loggers Logging to Same Appender

2011-04-24 Thread timmy11
Dear All, Is it possible to configure multiple loggers, logging to the same appender? e.g. log4j.logger.com.xxx.automation.flatfile=DEBUG, AUTOMATION log4j.logger.com.xxx.automation.service=DEBUG, AUTOMATION Where AUTOMATION is an appender? In my example, I am only seeing loggin from the com.