From 97d2130a8f629de0454fedfa5eee7dc069dc26be Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Mon, 19 Nov 2012 15:08:53 +1100 Subject: [PATCH] jetty-9 no debugging checked in --- jetty-websocket/src/test/resources/jetty-logging.properties | 3 +-- .../src/test/resources/jetty-logging.properties | 4 ++-- .../src/test/resources/jetty-logging.properties | 5 ++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/jetty-websocket/src/test/resources/jetty-logging.properties b/jetty-websocket/src/test/resources/jetty-logging.properties index 78d8a9d8123..f23620c8983 100644 --- a/jetty-websocket/src/test/resources/jetty-logging.properties +++ b/jetty-websocket/src/test/resources/jetty-logging.properties @@ -1,4 +1,3 @@ # 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 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 a40bcc9b25c..17cb306af88 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,6 @@ org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog -org.eclipse.jetty.websocket.LEVEL=DEBUG +# 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 \ No newline at end of file +# org.eclipse.jetty.websocket.core.extensions.compress.LEVEL=DEBUG diff --git a/jetty-websocket/websocket-server/src/test/resources/jetty-logging.properties b/jetty-websocket/websocket-server/src/test/resources/jetty-logging.properties index f593176caa4..d0cd8b9ea53 100644 --- a/jetty-websocket/websocket-server/src/test/resources/jetty-logging.properties +++ b/jetty-websocket/websocket-server/src/test/resources/jetty-logging.properties @@ -1,7 +1,6 @@ org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog -org.eclipse.jetty.LEVEL=WARN # org.eclipse.jetty.websocket.LEVEL=WARN -org.eclipse.jetty.websocket.LEVEL=DEBUG +# org.eclipse.jetty.websocket.LEVEL=DEBUG # org.eclipse.jetty.websocket.io.LEVEL=DEBUG # org.eclipse.jetty.websocket.io.WebSocketAsyncConnection.LEVEL=DEBUG # org.eclipse.jetty.websocket.io.ControlFrameBytes.LEVEL=DEBUG @@ -18,7 +17,7 @@ org.eclipse.jetty.websocket.LEVEL=DEBUG # org.eclipse.jetty.websocket.io.Frames.LEVEL=DEBUG ### Show state changes on BrowserDebugTool -org.eclipse.jetty.websocket.server.browser.LEVEL=DEBUG +# org.eclipse.jetty.websocket.server.browser.LEVEL=DEBUG ### Disabling intentional error out of RFCSocket org.eclipse.jetty.websocket.server.helper.RFCSocket.LEVEL=OFF