Commit 26c23bd8 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We should rotate logs daily for three months to accomodate Matomo log analyzer

parent d119e6a9
......@@ -70,8 +70,8 @@ export HTTPD_SERVICE
httpd-logrotate:
define HTTPD_LOGROTATE
/var/log/httpd/*access.log {
weekly
rotate 13
daily
rotate 91
missingok
sharedscripts
compress
......@@ -81,8 +81,8 @@ define HTTPD_LOGROTATE
}
/var/log/httpd/*error.log {
weekly
rotate 13
daily
rotate 91
missingok
sharedscripts
compress
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment