Hi Christian could you have a look at the wiki? http://wiki.restlet.org/docs_1.1/13-restlet/48-restlet/101-restlet.html
best regards, Thierry Boileau > 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 > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1149800

