This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new e5c56fc Restore normal logging level
e5c56fc is described below
commit e5c56fc9a98c02cc0d36fe75bfdc246b47774e33
Author: remm <[email protected]>
AuthorDate: Tue May 7 14:28:59 2019 +0200
Restore normal logging level
---
conf/logging.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/logging.properties b/conf/logging.properties
index fc52083..e8b7b16 100644
--- a/conf/logging.properties
+++ b/conf/logging.properties
@@ -73,7 +73,7 @@
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].ha
#org.apache.jasper.compiler.TldLocationsCache.level = FINE
# To see debug messages for HTTP/2 handling, uncomment the following line:
-org.apache.coyote.http2.level = FINE
+#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: [email protected]
For additional commands, e-mail: [email protected]