File tomcat-8.0-fix_catalina.patch of Package tomcat.41603
Index: apache-tomcat-8.0.53-src/conf/logging.properties =================================================================== --- apache-tomcat-8.0.53-src.orig/conf/logging.properties +++ apache-tomcat-8.0.53-src/conf/logging.properties @@ -62,3 +62,6 @@ org.apache.catalina.core.ContainerBase.[ # To see debug messages in TldLocationsCache, uncomment the following line: #org.apache.jasper.compiler.TldLocationsCache.level = FINE + +1catalina.org.apache.juli.AsyncFileHandler.suffix = out +1catalina.org.apache.juli.AsyncFileHandler.rotatable = false