Hello Dave, 1/ I think the answer to your question is located in the javadocs of the Resolver class (attribute of the Template class). http://www.restlet.org/documentation/1.1/api/org/restlet/util/Resolver.html#createResolver(org.restlet.data.Request,%20org.restlet.data.Response)
2/ You can have a look at the user guide : http://wiki.restlet.org/docs_1.1/13-restlet/48-restlet/101-restlet.html best regards, Thierry Boileau > Hi all, > > I'm using version 1.1.1, and I have two questions regarding logging: > > 1. Where are the log variables documented? This article > (http://www.naviquan.com/blog/restlet-cookbook-log) claims that they are > documented in the org.restlet.util.Template JavaDoc, but this does not seem > to be the case. > > 2. How may I completely eliminate log entries like this: " Feb 20, 2009 > 4:24:36 PM com.noelios.restlet.LogFilter afterHandle"? > > Thanks. > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1200604 > > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1217223

