Hi Restlet Community, I'd like to surgically squelch access logging for just one of my Resources.
I've figured out how to do this via external logging configuration, but it's a little ugly. It filters by parsing the already-formatted access log message and matching on the path. I'm able to apply the filter only to the "org.restlet.Component.LogService" logger, but I'd still like a cleaner solution that targets just the specific Resource. Does the Restlet framework provide a clean programmatic way to do this? Many thanks for any hints! Aaron ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2395269

