mirror of
https://abf.rosa.ru/djam/glpi.git
synced 2025-02-23 13:32:54 +00:00
10 lines
191 B
Text
10 lines
191 B
Text
# Rotate GLPI logs daily, only if not empty
|
|
# Save 14 days old logs under compressed mode
|
|
/var/log/glpi/*.log {
|
|
daily
|
|
rotate 14
|
|
compress
|
|
notifempty
|
|
missingok
|
|
create 644 apache apache
|
|
}
|