From 5300f0c7f7ec8b97b0b69cfd9d2b77d95c3f8546 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Wed, 30 Sep 2015 12:18:13 -0700 Subject: 478757 - DebugHandler thread name is mangled + Added testcase, and fixed handler for threadname output. --- jetty-servlet/src/test/resources/jetty-logging.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jetty-servlet') diff --git a/jetty-servlet/src/test/resources/jetty-logging.properties b/jetty-servlet/src/test/resources/jetty-logging.properties index 50696d67ec..ed4316ee83 100644 --- a/jetty-servlet/src/test/resources/jetty-logging.properties +++ b/jetty-servlet/src/test/resources/jetty-logging.properties @@ -1,5 +1,7 @@ org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog +org.eclipse.jetty.LEVEL=INFO #org.eclipse.jetty.LEVEL=DEBUG #org.eclipse.jetty.server.LEVEL=DEBUG #org.eclipse.jetty.servlet.LEVEL=DEBUG #org.eclipse.jetty.io.ChannelEndPoint.LEVEL=DEBUG +#org.eclipse.jetty.server.DebugListener.LEVEL=DEBUG \ No newline at end of file -- cgit v1.2.3