Potje rode kool wrote:
> 
> I used the log config files from the wicket example that comes with wicket
> (apache-wicket-1.3.0-beta3) and set it to debug.
> 
> Any idea what I am missing to see the debugging of Wicket for the
> org.apache.wicket.util.resource package?
> 

Are you sure you're using the log4j.properties in wicket-example? I think
you might be using the one generated by the quickstart archetype which
is using the old package name:

log4j.logger.wicket=INFO
log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
log4j.logger.wicket.version=INFO
log4j.logger.wicket.RequestCycle=INFO

For your purpose you should add a line:

log4j.logger.org.apache.wicket.util.resource=DEBUG

-- 
View this message in context: 
http://www.nabble.com/wicket-doesn%27t-show-its-debugging--tf4444734.html#a12696493
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to