Hi.. I have a question regarding the piece of code given by Rémi Dewitte. What does he mean by default Java logger... logger that generates stderr or stdout messages???
Confusion: I am trying to get rid of the console statements since somehow even without using the slf4j bridge I have the restlet console statements appearing in my jboss.log file. My guess is anything on stdout or stderr is being forwarded to my jboss.log file via log4j through some configuration (yet to find which). How can I get rid of the console statements that show up for every request?? Nov 10, 2010 2:42:59 PM com.noelios.restlet.LogFilter afterHandle INFO: 2010-11-10 14:42:59 127.0.0.1 .... ..... ...... Thanks, Hetal -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Redirect-Restlet-console-statements-to-an-external-log-file-using-log4j-properties-tp2937718p5933882.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2698793

