Fixing stacktrace noise on tests

This commit is contained in:
Joakim Erdfelt 2012-10-10 11:35:19 -07:00
parent 1892dbfa03
commit 20317fffeb
1 changed files with 1 additions and 1 deletions

View File

@ -24,4 +24,4 @@ org.eclipse.jetty.websocket.server.browser.LEVEL=DEBUG
### Disabling intentional error out of RFCSocket
org.eclipse.jetty.websocket.server.helper.RFCSocket.LEVEL=OFF
### Disable stacks on FrameBytes.failed()
org.eclipse.jetty.websocket.io.FrameBytes.STACKS=false
org.eclipse.jetty.websocket.core.io.FrameBytes.STACKS=false