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