forked from ISTI-ansible-roles/ansible-roles
9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
|
{{ tomcat_logdir }}/localhost_access.log {
|
||
|
copytruncate
|
||
|
{{ tomcat_access_log_rotation_freq }}
|
||
|
rotate {{ tomcat_retain_old_logs }}
|
||
|
compress
|
||
|
missingok
|
||
|
create 640 {{ tomcat_user }} adm
|
||
|
}
|