Hi Rickard, Agreed. I lowered those log traces for Directory in SVN trunk (not in SVN 2.0 branch).
For 2.0, you should configure logging level to not get INFO level messages in your log files. http://wiki.restlet.org/docs_2.0/13-restlet/275-restlet/311-restlet/101-restlet.html Best regards, Jerome -- Restlet ~ Founder and Technical Lead ~ http://www.restlet.org Noelios Technologies ~ http://www.noelios.com -----Message d'origine----- De : Rickard Öberg [mailto:[email protected]] Envoyé : vendredi 10 décembre 2010 09:15 À : [email protected] Objet : Fix logging Hi, There are some annoying logging messages from Restlet that I'd suggest be removed. They are in DirectoryServerResource: getLogger().info("Converted target URI: " + this.targetUri); -> change to debug getLogger().info("Getting variants for : " + getTargetUri()) -> change to debug They're polluting our production logs quite a bit, so it'd be nice if they can be removed. /Rickard ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2689448 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2689463

