Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 916756286e453bc3ad60433bdc38e00015efcf56 (plain) (blame)
1
2
3
4
5
6
# Setup default logging implementation for during testing
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
org.eclipse.jetty.LEVEL=INFO
org.eclipse.jetty.webapp.WebAppClassLoader.LEVEL=DEBUG
# org.eclipse.jetty.util.LEVEL=DEBUG
# org.eclipse.jetty.util.PathWatcher.Noisy.LEVEL=OFF

Back to the top