Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
1.0.13, 1.1.0, 1.1.2
-
None
Description
The logback documentation says that "Conditional processing is supported anywhere within the <configuration> element."
However placing <if><then><else> tags inside <sift> element produces "no applicable action for" errors.
The rule store used to interpret the sift configuration does not contain Action-s responsible for if, then, else tags (see SiftingJoranConfigurator) and (SiftingJoranConfiguratorBase) classes.