Hi Philip, The LogService is controlling the access logging (generating an Apache-like HTTP log). The other log messages (traces, info, warnings, errors) are handled using the default JDK's logging mechanism.
You can easily filter those messages using a logging.properties file. See this page for details: http://java.sun.com/j2se/1.5.0/docs/guide/logging/overview.html Best regards, Jerome > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Philip Johnson > Envoyé : vendredi 8 juin 2007 18:42 > À : [email protected] > Objet : Controlling authentication related logging > > Greetings, all, > > Just yesterday I added basic authentication to my system, and > find that I am > now getting logging messages like the following for each > authentication episode: > > INFO: Basic HTTP authentication succeeded: identifier=. > Jun 8, 2007 6:31:11 AM com.noelios.restlet.util.SecurityUtils > parseResponse > > This is despite the fact that I have disabled logging on my > application > component: > > server.component.getLogService().setEnabled(false); > > How do I control/disable authentication-related logging? > > Other than this minor hiccup, it's been spectacularly easy to add > authentication to my system. Kudos to the Restlet Posse! > > Cheers, > Philip > > > > >

