You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
323 B
12 lines
323 B
2 years ago
|
# 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
|
||
|
}
|