How to enable Apache Wicket debugging

87 Views Asked by At

I have started using Wicket v9.15.0 for a couple of projects. I have come across the following error on building code several times:

ERROR org.apache.wicket.markup.MarkupFactory - Markup not found: Base markup of inherited markup not found. Component class: xxx.xxx.xxx. Enable debug messages for org.apache.wicket.core.util.resource.locator.ResourceStreamLocator to get a list of all filenames tried.

I have spent hours reading the (mostly unhelpful) documentation and examples and, of course, time searching the web but cannot find how this is done. Can anyone enlighten me?

1

There are 1 best solutions below

0
Chris Powell On

The answer is to create a simplelogger.properties file in eg, src/main/resources with org.slf4j.simpleLogger.defaultLogLevel = debug.