Christian Schneider created KARAF-3606:
------------------------------------------
Summary: DECANTER: Log collector goes into recursion
Key: KARAF-3606
URL: https://issues.apache.org/jira/browse/KARAF-3606
Project: Karaf
Issue Type: Bug
Reporter: Christian Schneider
Assignee: Christian Schneider
The log collector processes all log messages from pax logging and sends them to
the dispatcher. Ultimately this sends them then to all appenders.
Unfortunately the appenders also create log messages so they are then also sent
to the collector.
So it ends in a stack overflow.
I will use a list of ignored message loggers and a MDC value to avoid the
recursion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)