users@jersey.java.net

Re: [Jersey] log HTTP exchanges

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 12 Nov 2009 13:19:23 +0100

On Nov 12, 2009, at 11:19 AM, Ari Heino wrote:
>
> Nope, not using Glassfish, we're using Tomcat 6 as a separate app
> server and
> Jetty 6 (inside eclipse for development purposes). With tomcat we've
> had
> logging.properties in <tomcat>/conf where from it has been read
> successfully, and also in web allipcations WEB-INF/classes folder
> where from
> it was also read successfully. Neither places forced LoggingFilter
> to change
> it's behaviour tho.
>

Hmm... what version of Jersey are you using?

The LoggingFilter was modified to use JDK logging in 1.1.2-ea before
that it was output to System.out.

Paul.