Issue Type: Improvement Improvement
Affects Versions: 1.0.13
Assignee: Logback dev list
Components: logback-classic
Created: 11/Dec/13 7:39 AM
Description:

We are using logback with DynamicThreshholdFilter definition as given below

<turboFilter class="ch.qos.logback.classic.turbo.DynamicThresholdFilter">
<Key>USER_MDC_KEY</Key>
<DefaultThreshold>DEBUG</DefaultThreshold>
<MDCValueLevelPair>
<value>USER1</value>
<level>DEBUG</level>
</MDCValueLevelPair>
</turboFilter>
There seems to be no way to programatically modify the setting of MDCValueLevelPair. For example, modifying the level of USER1 to INFO. Is it possible to add this. In case it is possible then please point me the direction.

Project: logback
Labels: logging turboFilter DynamicThreshholdFilter
Priority: Major Major
Reporter: Kaushal Kumar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira