Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d8439d19ea346fbfe771251f29d48da33a54ce69 (plain) (blame)
1
2
3
# Setup default logging implementation for during testing
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
org.eclipse.jetty.server.LEVEL=INFO

Back to the top