[logback-dev] [JIRA] (LOGBACK-1441) Name of ThresholdFilter given in logback.xml is ignored
QOS.CH (JIRA)
noreply-jira at qos.ch
Tue Nov 27 11:34:00 CET 2018
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)
More information about the logback-dev
mailing list