<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Just a heads up on some code that might be useful to people:<div><br></div><div><a href="https://github.com/Mahoney/lidalia-logging">https://github.com/Mahoney/lidalia-logging</a></div><div><br></div><div>It's a couple of appenders I've found useful - basically a model for decorating other appenders (by extending DecoratingAppender) together with a couple of examples, one that cleanses Groovy stack traces so you don't get all the useless frames and one that makes any appender asynchronous with a configurable number of threads used. &nbsp;There's an example logback.xml showing how to use them:</div><div><br></div><div><a href="https://github.com/Mahoney/lidalia-logging/blob/master/src/main/resources/logback.xml">https://github.com/Mahoney/lidalia-logging/blob/master/src/main/resources/logback.xml</a></div><div><br></div><div>At some point I might try and release this as a library via Maven, but in the meantime if anyone finds them useful go ahead, and Ceki if you fancy them for Logback. &nbsp;Equally if anyone has any pointers (e.g. have I reinvented the wheel?) do let me know.</div><div><br></div><div>Rob</div></body></html>