Is there a good way to squelch just this log output? I've tried pointing Java Logging to a logging.config file with entries like this:

com.noelios.restlet.ext.simple.level=SEVERE
simple.level=SEVERE
com.noelios.restlet.ext.simple.SimpleProtocolHandler.level=SEVERE

But that does not do the trick. (I'm not the only person overwhelmed by those stack traces on every request, am I? Or does no one really use simple?)

Thanks for any tips!
Aaron

Reply via email to