Hi all,<div><br></div><div>   Some days ago I started using LocLogger instead of Logger instances in my application in order to generate localized logging events.</div><div><br></div><div>The configuration file I am using contains two MarkerFilters to always enable certain logging requests. For example, the marker filter</div>
<div><br></div><div><div><turboFilter class="ch.qos.logback.classic.turbo.MarkerFilter"></div><div>    <span class="Apple-tab-span" style="white-space:pre">        </span><Marker>INFO_LOG</Marker></div>
<div>    <span class="Apple-tab-span" style="white-space:pre">  </span><OnMatch>ACCEPT</OnMatch></div><div>    <span class="Apple-tab-span" style="white-space:pre">    </span><OnMismatch>NEUTRAL</OnMismatch></div>
<div>  </turboFilter></div></div><div><br></div><div>always enable logging requests marked INFO_LOG. Thanks to it, when using Loggers, logging requests marked INFO_LOG are enabled even when the logger level is set to OFF.</div>
<div><br></div><div>Since I moved from Loggers to LocLoggers these filters stopped working, i.e., it seems that they are not used to determine if a logging request is enabled or not.</div><div>With LocLoggers logging requests marked INFO_LOG are disabled when the logger level is set to OFF.</div>
<div><br></div><div>Is this a known issue? Is there a way to solve it?</div><div><br></div><div><br></div><div>Cheers,</div><div>Dario<br>
</div>