users@jersey.java.net

Re: [Jersey] log HTTP exchanges

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Sun, 09 Aug 2009 13:59:19 +0200

Hi,

I looked briefly into this and it should be rather easy to modify, but
i have one question.

Do people think it appropriate log the request and response entities?
There is no way to stream out the entities, so it requires that they
are buffered as String instances. For large requests/responses this
may be problematic but perhaps that is the cost of logging? also there
could be a feature to turn off entity logging.

Paul.


On Aug 7, 2009, at 11:43 AM, Paul Sandoz wrote:

>
> On Aug 7, 2009, at 11:21 AM, Ari Heino wrote:
>
>>
>>
>>
>> Paul Sandoz wrote:
>>>
>>>
>>> Want to log an issue? we can modify LoggingFilter or most likely
>>> create another logging class that logs to a particular logger.
>>>
>>> Paul.
>>>
>>>
>> Has there been any progress on this issue? I also would like to
>> control
>> Jersey (server side) logging a bit more.
>
> No, limited time/resources :-(
>
> Feel free to update the following issue:
>
> https://jersey.dev.java.net/issues/show_bug.cgi?id=242
>
> stating you would like logging on the server side.
>
> Paul.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>