Logrotation on tomcat related logs not working.
Issue
-
Log files related to tomcat are not getting rotated.
# cat /etc/logrotate.d/tomcat/var/opt/app/tomcat/catalina/catalina*.* { copytruncate daily rotate 7 compress missingok size 100M }
-
Logs are getting rotated manually but does not work when scheduled as cron job (automatically).
Environment
- Red Hat Enterprise Linux 7
- Red Hat Enterprise Linux 8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.