* Wayne Bradney wrote: > I might be wrong but I think you'll find that for your configuration you > actually have three loggers for foo.bar: > > root => logging to FileAppender at the DEBUG level > foo => logging nowhere > foo.bar => logging to EventLogAppender at the WARN level > > so in this case WARNs will go to two places. You might try to set: > > additivity="false"
That sounds like exactly the option I was looking for! Ta.
