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

