Commit 073d0b44 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 ...@@ -70,8 +70,8 @@ export HTTPD_SERVICE
httpd-logrotate: httpd-logrotate:
define HTTPD_LOGROTATE define HTTPD_LOGROTATE
/var/log/httpd/*access.log { /var/log/httpd/*access.log {
weekly daily
rotate 13 rotate 91
missingok missingok
sharedscripts sharedscripts
compress compress
...@@ -81,8 +81,8 @@ define HTTPD_LOGROTATE ...@@ -81,8 +81,8 @@ define HTTPD_LOGROTATE
} }
/var/log/httpd/*error.log { /var/log/httpd/*error.log {
weekly daily
rotate 13 rotate 91
missingok missingok
sharedscripts sharedscripts
compress 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