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