tomcat9/tomcat-9.0.logrotate
Adam Krajcik c2b793848e Initial commit on c10s
Resolves: RHEL-69841
Resolves: RHEL-71701
2025-01-29 15:04:40 +01:00

12 lines
323 B
Plaintext

# This is an example config only and is disabled by default
# If you wish to use it, you'll need to update /etc/tomcat/logging.properties
# to prevent catalina*.log from being rotated by Tomcat
@@@TCLOG@@@/catalina*.log {
copytruncate
weekly
rotate 52
compress
missingok
create 0644 tomcat tomcat
}