<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Absolutely right!!! The pattern was:<div><br></div><div>      <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-40([%thread] %C{0} $logger) %msg%n</pattern></div><div><br></div><div>Instead of</div><div><br></div><div>      <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-40([%thread] %C{0} %logger) %msg%n</pattern></div><div><br></div><div>Now I'll try filtering based on the logger approach!</div><div><br><div apple-content-edited="true">Gonzalo Vásquez Sáez<br>Gerente Investigación y Desarrollo (R&D)<br>Altiuz Soluciones Tecnológicas de Negocios Ltda.<br>Av. Nueva Tajamar 555 Of. 802, Las Condes<br>(56-2) 335 2461<br>gvasquez@altiuz.cl<br><a href="http://www.altiuz.cl">http://www.altiuz.cl</a><br> <br><br><span><img height="119" width="300" id="2fac4471-1fcc-41f0-8c6c-f8476dd96e46" apple-width="yes" apple-height="yes" src="cid:A80FA034-E55B-4F24-810A-2BA555F65240"></span></div><br><div><div>El 30-05-2012, a las 16:28, ceki escribió:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>The pattern %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n" does not match the output sent in your message. You probably have another config file lying around with $logger instead of %logger in the pattern.<br><br>On 30.05.2012 22:14, Gonzalo Vasquez wrote:<br><blockquote type="cite">Strange, but I'll check as I'm getting the following kind of messages:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">16:09:35,447 INFO [STDOUT] 2012-05-30 16:09:35.447 [RMI TCP<br></blockquote><blockquote type="cite">Connection(4)-127.0.0.1] QueryResultImpl $logger retrieved ScoreNodes in<br></blockquote><blockquote type="cite">0 ms (0)<br></blockquote><br>[snip]<br><br><blockquote type="cite">Using this pattern:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">So it seems that $logger is the logger name, isn't it?<br></blockquote><br><br>-- <br>Ceki<br><a href="http://twitter.com/#!/ceki">http://twitter.com/#!/ceki</a><br>_______________________________________________<br>Logback-user mailing list<br>Logback-user@qos.ch<br>http://mailman.qos.ch/mailman/listinfo/logback-user<br></div></blockquote></div><br></div></body></html>