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