<div dir="ltr">I've now created my own simple filter which I've added as the first filter to each of my <appender> definitions - it checks for the presence of a predefined marker and always ACCEPTs those messages - giving the behaviour I required.<div>

<br></div><div style>Regards,</div><div style><br></div><div style>Shane</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 December 2012 00:30, Shane Kelly <span dir="ltr"><<a href="mailto:logback@ballinascreen.com" target="_blank">logback@ballinascreen.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Daniel,<div><br></div><div>Thanks for the info - glad there are others out there with similar requirements. I guess a separate logger specifically for this purpose is another way to approach it alright - definitely worth considering. I think I'm gonna try extending the existing ThresholdFilter (or creating a new filter based on it) as a first attempt, see how that goes, and failing that try the separate logger route. Good to have options.</div>


<div><br></div><div>Regards,</div><div><br></div><div>Shane</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On 19 December 2012 00:12, Daniel Ferber <span dir="ltr"><<a href="mailto:dffforum@gmail.com" target="_blank">dffforum@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span dir="ltr"></span>Hi Shane,<br><br>In a similar situation, I used another approach. First I considered using markers on each initialization log message. Then I used a logger dedicated exclusively for initialization. This dedicated logger was configured to log everything, regardless of other loggers.<br>




<br>Both solutions, markers or dedicated logger, require you to handle the initialization messages differently and to provide proper configuration for them. IMHO, the approach of a dedicated logger is much simpler to understand and to configure.<br>




<br>Best regards,<br>Daniel Felix Ferber<br><br><div class="gmail_quote">2012/12/14 Shane Kelly <span dir="ltr"><<a href="mailto:logback@ballinascreen.com" target="_blank">logback@ballinascreen.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div>

Folks,<div><br></div><div>Just wondering if there is a capability within Logback for writing a log message regardless of whatever log level has been set in configuration. Consider the scenario where I want my web application to output some diagnostic information at startup or shutdown - for example, the Web Application version, build date etc. If I were to set the log level of these messages to be TRACE, DEBUG, or INFO then its possible they may never be displayed since the app may typically be configured to run with a log level of WARN. Similarly, I don't want to set the log level of the messages to WARN, ERROR or FATAL in order to ensure that they do get displayed since they're not really error messages, and if we monitor the log files for WARN, ERROR or FATAL messages then this would trigger a false positive.</div>






<div><br></div><div>So, is there some way to force a message to be logged at all times, independently of log level? Or some way to achieve this effect via existing configuration. Arguably I suppose this is bending the rules slightly, in that it could be abused - why offer the ability to filter certain log levels if an application can override/ignore them - but perhaps this is something which could be configurable/switchable?</div>






<div><br></div><div>Regards,</div><div><br></div><div>Shane</div>
<br></div></div><div>_______________________________________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/logback-user</a><br></div></blockquote></div><br>
<br>_______________________________________________<br>
Logback-user mailing list<br>
<a href="mailto:Logback-user@qos.ch" target="_blank">Logback-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/logback-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/logback-user</a><br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>