Hi, tomcat users:
When using tomcat8.0, it starts and write logs as follows: 
(apache-tomcat-8.0.x) -rw-rw-r-- 1 app app 873710 Aug  4 20:08 catalina.log  
When using tomcat8.5.x (include tomcat 9.0.x), it starts and write logs as 
follows: (apache-tomcat-8.5.4) -rw-r----- 1 app app 100824 Aug  4 20:10 
catalina.log So, tomcat8.5 caused other os users can not read its logs and 
webapps logs that deployed at tomcat8.5. the logs files should has permission 
664, not 640. I thinks it is not good for java webapp devlopers ,  when my web 
app write logs as data log, the logs files can not rsync by other users and 
hosts. but it works at tomcat7.0.x and tomcat8.0.x
I had posted bugs to tomcat developers :
https://bz.apache.org/bugzilla/show_bug.cgi?id=59942


So I asked users to require further support for tomcat8.x write log files 
feature.

Reply via email to