<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><Configure id="Server" class="org.eclipse.jetty.server.Server"><br>
  <Set name="requestLog"><br>
    <New id="RequestLogImpl" class="ch.qos.logback.access.jetty.RequestLogImpl"><br>
      <Set name="fileName"><Property name="jetty.base" default="." />/resources/logback-access.xml</Set><br>
    </New><br>
  </Set><br>
</Configure><br></blockquote><div><br></div><div>Using a debugger and stepping into the Jetty request handling code, I've confirmed that the above properly sets the logback RequestLogImpl on the Jetty Server component. I've also confirmed that the log(Request, Response) method on that object is being invoked, but it's not doing anything because the component is uninitialized. It's not clear how the start() method ever got called to perform initialization, but at least I have a lead on where to go to fix.</div><div><br></div><div>M<a href="mailto:dev-unsubscribe@shibboleth.net" target="_blank"></a><br>
</div><div><br></div></div></div>