Reverted logging of HTTP2 tests from DEBUG to INFO.

This commit is contained in:
Simone Bordet 2014-08-15 17:29:38 +02:00
parent 81ded3cddd
commit c7987b154a
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
org.eclipse.jetty.http2.LEVEL=INFO
org.eclipse.jetty.http2.hpack.LEVEL=DEBUG
org.eclipse.jetty.http2.hpack.LEVEL=INFO

View File

@ -1,3 +1,3 @@
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
org.eclipse.jetty.http2.LEVEL=DEBUG
org.eclipse.jetty.http2.LEVEL=INFO