Máté Kovács created LOGBACK-1441:
------------------------------------
Summary: Name of ThresholdFilter given in logback.xml is ignored
Key: LOGBACK-1441
URL: https://jira.qos.ch/browse/LOGBACK-1441
Project: logback
Issue Type: Bug
Affects Versions: 1.3.0-alpha4
Environment:
Reporter: Máté Kovács
Assignee: Logback dev list
Priority: Minor
I have a logback.xml. A fragment of it is:
<filter name="FileAppenderThresholdFilter"
class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>${LOGGER_SDK_FILE_APPENDER_LOGLEVEL:-OFF}</level>
</filter>
If I obtain the ThresholdFilter object from java code, the name of it is null.
I am sure I find the right object.
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev