Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-07-28 15:27:38 +0000
committerJoakim Erdfelt2015-07-28 15:27:38 +0000
commit675e71645b2fa64a4e226a4fc856a63c3c9ad5e7 (patch)
tree48f169f0b183aaa4903443ad460f9b4d16a6feb4
parentaec63955eba0155eca6594491fdeb821708aa097 (diff)
downloadorg.eclipse.jetty.project-675e71645b2fa64a4e226a4fc856a63c3c9ad5e7.tar.gz
org.eclipse.jetty.project-675e71645b2fa64a4e226a4fc856a63c3c9ad5e7.tar.xz
org.eclipse.jetty.project-675e71645b2fa64a4e226a4fc856a63c3c9ad5e7.zip
Squelching debugging
-rw-r--r--jetty-webapp/src/test/resources/jetty-logging.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-webapp/src/test/resources/jetty-logging.properties b/jetty-webapp/src/test/resources/jetty-logging.properties
index 916756286e..4c4c7f8edd 100644
--- a/jetty-webapp/src/test/resources/jetty-logging.properties
+++ b/jetty-webapp/src/test/resources/jetty-logging.properties
@@ -1,6 +1,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.webapp.WebAppClassLoader.LEVEL=DEBUG
# org.eclipse.jetty.util.LEVEL=DEBUG
# org.eclipse.jetty.util.PathWatcher.Noisy.LEVEL=OFF

Back to the top