<div dir="ltr">Hello,<div><br></div><div>Congratulations on this new release!</div><div><br></div><div>Are there examples of how to configure LOGBACK-540 (filtering out selected stack trace frames), specifically using the LogBack API (not just from a configuration file)?  I've looked at <a href="https://github.com/qos-ch/logback/commit/a71b2902cff5911bbb16d4e2950476b0dfeebeee">https://github.com/qos-ch/logback/commit/a71b2902cff5911bbb16d4e2950476b0dfeebeee</a> and it's not particularly obvious how to add (and configure) ThrowableProxyConverter into a running application (the associated test case just shows how it is used with a specific event).</div><div><br></div><div>For example, the following call in a Groovy application script (not talking about Groovy configuration):</div><div><br></div><div>log.debug "message with ${interpolation}, in groovy code"</div><div><br></div><div>...will be logged as debug$call and not identify the script, because "debug" used in this way passes through Groovy's generated code, and that's what LogBack is recording.  I'd like to be able to configure LogBack to filter out such "generated" code (this is just an example, we have other cases).</div><div><br></div><div>Thanks,<br></div><div class="gmail_extra"><div><div class="gmail_signature">Christopher<br></div></div><div class="gmail_signature"><br></div>
<br><div class="gmail_quote">On 24 March 2015 at 13:10, Ceki Gülcü <span dir="ltr"><<a href="mailto:ceki@qos.ch" target="_blank">ceki@qos.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
The logback team is happy to announce the release of logback version<br>
1.1.3. It contains many bug fixes and improvements. It should hit the<br>
Maven central repository by the time you read this message.<br>
<br>
Please refer to the news page for precise details about this release.<br>
<br>
  <a href="http://logback.qos.ch/news.html" target="_blank">http://logback.qos.ch/news.<u></u>html</a><br>
<br>
You can receive logback related announcements by subscribing to the<br>
QOS.ch announce mailing list. To subscribe to QOS.ch announce list,<br>
please visit the following URL.<br>
<br>
   <a href="http://www.qos.ch/mailman/listinfo/announce" target="_blank">http://www.qos.ch/mailman/<u></u>listinfo/announce</a><br>
<br>
You may also receive announcements via twitter by following:<br>
<br>
  <a href="https://twitter.com/qos_ch" target="_blank">https://twitter.com/qos_ch</a><br>
<br>
Enjoy,<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Ceki Gülcü<br>
______________________________<u></u>_________________<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/<u></u>listinfo/logback-user</a></font></span></blockquote></div><br></div></div>