Hi.

I'm having troubles understanding how to control the restlet log. I
want to eliminate the afterHandle INFO logging, and I added in my
Application class:

Engine.getLogger(LogFilter.class).setLevel(Level.WARNING);
        Engine.getAnonymousLogger().setLevel(Level.WARNING);

both in the constructor as well as in createInboundRoot but the INFO
log is always there.

Any hint?

--
Daniele Dellafiore
http://danieledellafiore.net

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3048141

Reply via email to