Hi,

while trying out the new logback based logging implementation I stumbled
across the handling of the current configurations (pre logack impl): if
these are used, then if I understand it correctly, a logger is configured
with an appender and  logger.setAdditive(false) is called which prevents
going up the category hierarchy and calling other appenders.
This is for compatibility, but imho defeats using a main feature of
logback: being able to call mulitple appenders.
Is my assumption so far correct?

So right now, it seems to me, that we either break compatiblity here (which
really shouldn't hurt) or require every user to migrate the configuration,
which seems pointless to me.

WDYT?

Regards
Carsten
-- 
Carsten Ziegeler
[email protected]

Reply via email to