Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-websocket/websocket-common/src/test/resources/jetty-logging.properties')
-rw-r--r--jetty-websocket/websocket-common/src/test/resources/jetty-logging.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-websocket/websocket-common/src/test/resources/jetty-logging.properties b/jetty-websocket/websocket-common/src/test/resources/jetty-logging.properties
index 17cb306af8..683b76a631 100644
--- a/jetty-websocket/websocket-common/src/test/resources/jetty-logging.properties
+++ b/jetty-websocket/websocket-common/src/test/resources/jetty-logging.properties
@@ -1,6 +1,7 @@
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
+org.eclipse.jetty.LEVEL=WARN
# org.eclipse.jetty.websocket.LEVEL=DEBUG
# org.eclipse.jetty.websocket.protocol.Parser.LEVEL=DEBUG
# org.eclipse.jetty.websocket.protocol.LEVEL=DEBUG
# org.eclipse.jetty.websocket.io.payload.LEVEL=DEBUG
-# org.eclipse.jetty.websocket.core.extensions.compress.LEVEL=DEBUG
+# org.eclipse.jetty.websocket.common.extensions.LEVEL=DEBUG

Back to the top