mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-20 20:43:43 +01:00
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
/var/log/apache2/*.log {
|
|
missingok
|
|
copytruncate
|
|
rotate 3
|
|
compress
|
|
dateext
|
|
size=+10M
|
|
notifempty
|
|
}
|