I simply want to disable Restlet\'s logging to stdout/stderr in my project and forward all Restlet logging through the SLF4J facade provided by org.restlet.ext.slf4j. Is there a
I tend to use the jul-to-slf4j bridge, but you can get other configurations, as described on the Restlet Wiki.