Re: How to get Log Level: DEBUG?

2010-01-21 Thread Andrew Lombardi
you should modify it in your log4j.properties file. If you're using the default maven generated project it would be in src/main/resources On Jan 21, 2010, at 9:59 PM, Tony Wu wrote: > Can someone point me in the right direction for setting the default console > log output to include DEBUG level

How to get Log Level: DEBUG?

2010-01-21 Thread Tony Wu
Can someone point me in the right direction for setting the default console log output to include DEBUG level messages? It's currently showing INFO and WARN only. I'm using the default maven generated project. Can I do something like System.setProperty("org.apache.wicket.level", "DEBUG"); in Wicket