Re: Hiding Restlet LogFilter#afterHandler log

2012-10-25 Thread Thierry Boileau
Hello William, Actually this is due to the java.util.logging.SimpleFormatter used by the JDK by default which not only logs the LogRecord generated by any call to Logger#fine, Logger#severe, etc, but also an additional line with the date, source method, etc. You can set up the a logHandler and

Hiding Restlet LogFilter#afterHandler log

2012-10-21 Thread William Ferguson
I've configured logging.properties to only show WARNING level logs for Restlet and while that generally seems to work, I always get log entry for every request for the LogFilter istelf. Eg 2012-10-21 15:10:47.638 org.restlet.engine.log.LogFilter afterHandle: 2012-10-2105:10:47