<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks for your help, success at last!<div><br></div><div>Using the following logback.xml</div><div><br></div><div><configuration><br>  <appender name="console" class="ch.qos.logback.core.ConsoleAppender"><br> <filter class="ch.qos.logback.core.filter.EvaluatorFilter">      <br>      <evaluator> <br><span class="Apple-tab-span" style="white-space:pre">  </span><matcher><br><span class="Apple-tab-span" style="white-space:pre">           </span><Name>queries</Name><br><span class="Apple-tab-span" style="white-space:pre">          </span><regex>Performed query\.execute</regex><br><span class="Apple-tab-span" style="white-space:pre">       </span></matcher><br>        <expression>queries.matches(formattedMessage)</expression><br>      </evaluator><br>      <OnMismatch>DENY</OnMismatch><br>      <OnMatch>NEUTRAL</OnMatch><br>    </filter><br>    <encoder><br>      <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-40([%thread] [%level] %logger) %msg%n</pattern><br>    </encoder><br>  </appender><br>   <logger name="org.apache.jackrabbit.core.session.SessionState" level="TRACE" /><br>  <root level="WARN"><br>    <appender-ref ref="console"/><br>  </root><br><br></configuration></div><div><br></div><div>Which is in jackrabbit-jca-2.4.1.jar inside jackrabbit-jca-2.4.1.rar</div><div><br></div><div>Thanks again!</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="50a30bd9-5890-4b9f-832a-6fab6b098a79" 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>