Revert noisy DEBUG logging

This commit is contained in:
Joakim Erdfelt 2022-12-21 22:28:42 -06:00
parent 4ccdf25446
commit 1f78c90d81
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 4 additions and 9 deletions

View File

@ -505,11 +505,6 @@ public class DefaultServletTest
* `-- six
*/
try (Stream<Path> entries = Files.walk(docRoot))
{
entries.forEach(System.err::println);
}
// First send request in improper, unencoded way.
String rawResponse = connector.getResponse("""
GET /context/dir;/ HTTP/1.1\r

View File

@ -1,9 +1,9 @@
# Jetty Logging using jetty-slf4j-impl
#org.eclipse.jetty.LEVEL=DEBUG
org.eclipse.jetty.http.LEVEL=DEBUG
org.eclipse.jetty.server.LEVEL=DEBUG
org.eclipse.jetty.ee10.servlet.LEVEL=DEBUG
org.eclipse.jetty.server.ResourceService.LEVEL=DEBUG
#org.eclipse.jetty.http.LEVEL=DEBUG
#org.eclipse.jetty.server.LEVEL=DEBUG
#org.eclipse.jetty.ee10.servlet.LEVEL=DEBUG
#org.eclipse.jetty.server.ResourceService.LEVEL=DEBUG
#org.eclipse.jetty.io.SocketChannelEndPoint.LEVEL=DEBUG
#org.eclipse.jetty.server.DebugListener.LEVEL=DEBUG
#org.eclipse.jetty.server.internal.HttpChannelState.LEVEL=DEBUG