I am trying to get my logging configured for a Wicket application. I am using SLF4J and LOG4J. I have configured two appenders (Console and File). I am noticing that all Wicket rendering statements are going to my log file (INFO, DEBUG, etc). This is not desirable. How do I turn this off? Thanks.
Richard
