You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hu...@apache.org on 2018/12/29 08:02:00 UTC

svn commit: r1849902 - in /tomcat/tc7.0.x/trunk: conf/logging.properties webapps/docs/changelog.xml

Author: huxing
Date: Sat Dec 29 08:02:00 2018
New Revision: 1849902

URL: http://svn.apache.org/viewvc?rev=1849902&view=rev
Log:
Correct AsyncFileHandler to FileHandler in logging.properties

Modified:
    tomcat/tc7.0.x/trunk/conf/logging.properties
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/conf/logging.properties
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/conf/logging.properties?rev=1849902&r1=1849901&r2=1849902&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/conf/logging.properties (original)
+++ tomcat/tc7.0.x/trunk/conf/logging.properties Sat Dec 29 08:02:00 2018
@@ -25,22 +25,22 @@ handlers = 1catalina.org.apache.juli.Fil
 1catalina.org.apache.juli.FileHandler.level = FINE
 1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
 1catalina.org.apache.juli.FileHandler.prefix = catalina.
-1catalina.org.apache.juli.AsyncFileHandler.encoding = UTF-8
+1catalina.org.apache.juli.FileHandler.encoding = UTF-8
 
 2localhost.org.apache.juli.FileHandler.level = FINE
 2localhost.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
 2localhost.org.apache.juli.FileHandler.prefix = localhost.
-2localhost.org.apache.juli.AsyncFileHandler.encoding = UTF-8
+2localhost.org.apache.juli.FileHandler.encoding = UTF-8
 
 3manager.org.apache.juli.FileHandler.level = FINE
 3manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
 3manager.org.apache.juli.FileHandler.prefix = manager.
-3manager.org.apache.juli.AsyncFileHandler.encoding = UTF-8
+3manager.org.apache.juli.FileHandler.encoding = UTF-8
 
 4host-manager.org.apache.juli.FileHandler.level = FINE
 4host-manager.org.apache.juli.FileHandler.directory = ${catalina.base}/logs
 4host-manager.org.apache.juli.FileHandler.prefix = host-manager.
-4host-manager.org.apache.juli.AsyncFileHandler.encoding = UTF-8
+4host-manager.org.apache.juli.FileHandler.encoding = UTF-8
 
 java.util.logging.ConsoleHandler.level = FINE
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1849902&r1=1849901&r2=1849902&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Dec 29 08:02:00 2018
@@ -37,6 +37,7 @@
     <author email="violetagg at apache.org">Violeta Georgieva</author>
     <author email="jboynes at apache.org">Jeremy Boynes</author>
     <author email="fschumacher at apache.org">Felix Schumacher</author>
+    <author email="huxing at apache.org">Huxing Zhang</author>
     <title>Changelog</title>
     <no-comments />
   </properties>
@@ -127,6 +128,9 @@
         pick up the latest Windows binaries built with APR 1.6.5 and OpenSSL
         1.1.1a. (markt)
       </update>
+      <fix>
+        Correct AsyncFileHandler to FileHandler in logging.properties. (huxing)
+      </fix>
     </changelog>
   </subsection>
 </section>



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