You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/10/14 23:23:24 UTC

svn commit: r1708695 - /tomcat/trunk/conf/logging.properties

Author: markt
Date: Wed Oct 14 21:23:24 2015
New Revision: 1708695

URL: http://svn.apache.org/viewvc?rev=1708695&view=rev
Log:
Replace the enabled selective HTTP/2 debugging for Gump with commented out generic HTTP/2 debugging so alpha users can easily enable useful logging

Modified:
    tomcat/trunk/conf/logging.properties

Modified: tomcat/trunk/conf/logging.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/logging.properties?rev=1708695&r1=1708694&r2=1708695&view=diff
==============================================================================
--- tomcat/trunk/conf/logging.properties (original)
+++ tomcat/trunk/conf/logging.properties Wed Oct 14 21:23:24 2015
@@ -63,5 +63,5 @@ org.apache.catalina.core.ContainerBase.[
 # To see debug messages in TldLocationsCache, uncomment the following line:
 #org.apache.jasper.compiler.TldLocationsCache.level = FINE
 
-# Temporary addition to generate debug logging to investigate Gump failures
-org.apache.coyote.http2.Http2UpgradeHandler.level = FINE
+# To see debug messages for HTTP/2 handling, uncomment the following line:
+#org.apache.coyote.http2.level = FINE



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org