Author: markt Date: Fri Dec 11 10:37:40 2015 New Revision: 1719335 URL: http://svn.apache.org/viewvc?rev=1719335&view=rev Log: Add another useful example
Modified: tomcat/trunk/conf/logging.properties Modified: tomcat/trunk/conf/logging.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/logging.properties?rev=1719335&r1=1719334&r2=1719335&view=diff ============================================================================== --- tomcat/trunk/conf/logging.properties (original) +++ tomcat/trunk/conf/logging.properties Fri Dec 11 10:37:40 2015 @@ -65,3 +65,6 @@ org.apache.catalina.core.ContainerBase.[ # To see debug messages for HTTP/2 handling, uncomment the following line: #org.apache.coyote.http2.level = FINE + +# To see debug messages for WebSocket handling, uncomment the following line: +#org.apache.tomcat.websocket.level = FINE --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org