Skip to content

Commit

Permalink
abandon SiftingAppedner in model based Joran
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Mar 5, 2019
1 parent f90e00f commit 5f06352
Show file tree
Hide file tree
Showing 38 changed files with 47 additions and 2,182 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import ch.qos.logback.access.boolex.JaninoEventEvaluator;
import ch.qos.logback.access.joran.action.ConfigurationAction;
import ch.qos.logback.access.joran.action.EvaluatorAction;
import ch.qos.logback.access.sift.SiftAction;
import ch.qos.logback.access.spi.IAccessEvent;
import ch.qos.logback.core.AppenderBase;
import ch.qos.logback.core.UnsynchronizedAppenderBase;
Expand Down Expand Up @@ -49,7 +48,6 @@ public void addInstanceRules(RuleStore rs) {
rs.addRule(new ElementSelector("configuration"), new ConfigurationAction());
rs.addRule(new ElementSelector("configuration/appender-ref"), new AppenderRefAction<IAccessEvent>());

rs.addRule(new ElementSelector("configuration/appender/sift"), new SiftAction());
rs.addRule(new ElementSelector("configuration/appender/sift/*"), new NOPAction());

rs.addRule(new ElementSelector("configuration/evaluator"), new EvaluatorAction());
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5f06352

Please sign in to comment.