Commit d119e6a9 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed log names in logrotate; extended retention period for logs to 13 weeks (3 months)

parent 91049ccf
...@@ -69,9 +69,9 @@ export HTTPD_SERVICE ...@@ -69,9 +69,9 @@ export HTTPD_SERVICE
httpd-logrotate: httpd-logrotate:
define HTTPD_LOGROTATE define HTTPD_LOGROTATE
/var/log/httpd/*access_log { /var/log/httpd/*access.log {
weekly weekly
rotate 3 rotate 13
missingok missingok
sharedscripts sharedscripts
compress compress
...@@ -80,9 +80,9 @@ define HTTPD_LOGROTATE ...@@ -80,9 +80,9 @@ define HTTPD_LOGROTATE
endscript endscript
} }
/var/log/httpd/*error_log { /var/log/httpd/*error.log {
weekly weekly
rotate 3 rotate 13
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