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