Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2014-04-22 17:41:26 +0000
committerSimone Bordet2014-04-22 17:41:26 +0000
commit76d650c99d1319c21626e0d90fe0ad7527ba7003 (patch)
tree1960f7fd6a08199cece5f6013171ab993cd675c9
parent97f46deb7b588c40de99b18e6f91c06d4a89d358 (diff)
downloadorg.eclipse.jetty.project-76d650c99d1319c21626e0d90fe0ad7527ba7003.tar.gz
org.eclipse.jetty.project-76d650c99d1319c21626e0d90fe0ad7527ba7003.tar.xz
org.eclipse.jetty.project-76d650c99d1319c21626e0d90fe0ad7527ba7003.zip
Restored logging level for tests to INFO.
-rw-r--r--jetty-websocket/src/test/resources/jetty-logging.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-websocket/src/test/resources/jetty-logging.properties b/jetty-websocket/src/test/resources/jetty-logging.properties
index 78d8a9d812..7633c48c8f 100644
--- a/jetty-websocket/src/test/resources/jetty-logging.properties
+++ b/jetty-websocket/src/test/resources/jetty-logging.properties
@@ -1,4 +1,4 @@
# 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.websocket.LEVEL=DEBUG \ No newline at end of file
+#org.eclipse.jetty.websocket.LEVEL=DEBUG

Back to the top