dev@glassfish.java.net

Re: jersey-client info is filling up my server.log

From: Carla Mott <carla.mott_at_oracle.com>
Date: Fri, 04 Jun 2010 14:25:32 -0700

try
com.sun.jersey.api.client.Client.level=WARNING

Anissa Lam wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: admin-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: admin-help_at_glassfish.dev.java.net
>