Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-websocket/websocket-core/src/test/resources/jetty-logging.properties')
-rw-r--r--jetty-websocket/websocket-core/src/test/resources/jetty-logging.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-websocket/websocket-core/src/test/resources/jetty-logging.properties b/jetty-websocket/websocket-core/src/test/resources/jetty-logging.properties
index fbf6944551..c100df43af 100644
--- a/jetty-websocket/websocket-core/src/test/resources/jetty-logging.properties
+++ b/jetty-websocket/websocket-core/src/test/resources/jetty-logging.properties
@@ -1,2 +1,3 @@
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
-org.eclipse.jetty.websocket.LEVEL=WARN \ No newline at end of file
+org.eclipse.jetty.websocket.LEVEL=WARN
+# org.eclipse.jetty.websocket.protocol.Parser.LEVEL=DEBUG \ No newline at end of file

Back to the top