There is also logback-access which routes jetty's access logging to slf4j. http://logback.qos.ch/access.html That might work for you.
-- Joakim Erdfelt <[email protected]> webtide.com <http://www.webtide.com/> Developer advice, services and support from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Mon, Nov 12, 2012 at 12:25 PM, ccleve <[email protected]> wrote: > The venerable org.eclipse.jetty.server.**NCSARequestLog is still writing > request log files direct to disk. Would it be possible to add a class to > Jetty that does the identical thing, except that it uses generic slf4j for > output? > > The benefit is that we could manage all our log files in the same way. > > I wrote a modified NCSARequestLog class a little while ago to do that > exact thing, and it works file, but I'm trying to use plain, generic jetty > for everything. > > If anyone wants it, I'll clone Jetty on github and do a pull request with > my class. It doesn't look like there are many pull requests on github, > though, so I'm thinking that's not the right approach. > > ______________________________**_________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/**mailman/listinfo/jetty-users<https://dev.eclipse.org/mailman/listinfo/jetty-users> >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
