dev@glassfish.java.net

jersey-client info is filling up my server.log

From: Anissa Lam <anissa.lam_at_oracle.com>
Date: Fri, 04 Jun 2010 13:57:41 -0700

Hi,

We are using the jersey client as we are converting the GUI to use REST
API. However, every click on the GUI will produce this log in server.log:

[#|2010-06-04T13:54:18.239-0700|INFO|glassfish3.1|com.sun.jersey.api.client.Client|_ThreadID=33;_ThreadName=http-thread-pool-4848(2);|Adding
the following classes declared in
META-INF/services/jersey-client-components to the client configuration:
  class com.sun.jersey.multipart.impl.MultiPartConfigProvider
  class com.sun.jersey.multipart.impl.MultiPartReader
  class com.sun.jersey.multipart.impl.MultiPartWriter|#]

my server.log file is huge now.
How can i stop that ?
I tried adding
com.sun.jersey.api.client.Client=warn

to config/logging.properties file, restart, but doesn't help.

Any advice ?

thanks
Anissa