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.
|