<div dir="ltr">Hey guys,<div><br></div><div>I've been doing some work recently on switching Dropwizards (<a href="http://dropwizard.io">http://dropwizard.io</a>) request logging from using the basic Jetty NCSARequestLog to logback-access. During this I came across a couple issues in logback-access that I have submit PRs for on Github, but so far they have been no eyes on them.</div>

<div><br></div><div>The first one (#202) changes the AccessEvent.prepareForDeferredProcessing to be idempotent. Without this async appenders will cause correctly prepared context to be overwritten with invalid context.</div>

<div><br></div><div>The second (#201) extracts the configuration of the request logging in to a protected configure method to allow us to override the configuration without overriding (and re-implementing the other parts of) the start method.</div>

<div><br></div><div>Cheers,</div><div>Jamie</div></div>