Hi, I wanna stop that my simple Restlet Client which just does a GET request logs lines like:
Feb 12, 2009 7:42:38 PM com.noelios.restlet.http.StreamClientHelper start INFO: Starting the HTTP client Status: Found (302) - Found to the console. I have tried Client client = new Client(Protocol.HTTP); client.getLogger().setUseParentHandlers(false); [...] but that doesn't help. I also checked that the logger has no handlers. So actually it shouldn't log but it does. Do I miss some stuff? Do i need some extra jars to disable client side logging. Currently i only have - com.nelios.restlet.jar - org.restlet.jar Thanks for all your help. BR, Christian -- Christian Haintz Student der Technischen Universität Graz Softwareentwicklung-Wirtschaft ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1146734

