Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Making ProxyServlet more extensible

On Mon, Nov 23, 2009 at 2:27 PM, Jesse McConnell
<jesse.mcconnell@xxxxxxxxx> wrote:
> Joakim,
>
> this might be a good place to call out some of the centralized logging
> work you have done and see if Eirik is interested in giving it a whirl
> as he mentioned that specifically in his original mail

Just to clarify: I was talking about centralized HTTP request logging.
If I understand things correctly, jetty-centralized-logging is more
about centralized application level logging with log4j etc?

The ability to have a single RequestLogHandler log to multiple
RequestLogs based on the request (path etc) would be nice though.
Currently, request logging seems to be an all or nothing thing in
Jetty.

Also, RolloverFileOutputStream is a bit limited in that it is
hard-coded to roll daily. It would be useful if it was configurable to
roll weekly, monthly, on a certain size etc.

Looking at RequestLogHandler with friends it seems to be quite a lot
of work to change them to fit my specific needs for this, so it might
be better if I just implement my own request logging for the proxy
server, reusing Jetty's classes wherever it makes sense.

Thanks,
Eirik.


Back to the top