i looked at the threshold, but that doesn't solve my problem.
i still want the root logging level to be set to DEBUG even when i've
turned on the additional logging for Foo.
i figured out that i can do this w/ a custom filter on the root logger
appender. if the category matches Foo and it'
On Fri, 24 Feb 2012, Gangemi, Jae wrote:
> i figured out that i can do this w/ a custom filter on the root logger
> appender. if the category matches Foo and it's log message level is <
> INFO, it will be blocked, otherwise it would logged by the root logger.
That's perfect!
--
-- Mike
Mike S