I'm new to restlets, so I don't really understand where a connector or
component comes in.
I've got a subclass of org.restlet.Application. How can I enable tracing from
that class? Where would i? The constructor? createInboundRoot()? Or would I
need to enable it on a specific root?
I've tried getContext().getParameters().set("tracing", "true") and
getConnectorService().getContext().getParameters().set("tracing", "true") but
neither adds any more output.
Do I need to configure anything with the logging config file?
Thanks.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2948148