From 6c163067ee8e3ab5e52eb0e15d161cec95d1b7b4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 28 Jun 2018 17:37:25 +0200 Subject: [PATCH] Some changes on logrotating for customer mbvd-cdb --- customer/mbvd-cdb/common.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/mbvd-cdb/common.yaml b/customer/mbvd-cdb/common.yaml index 8b582a29..6a7bddd5 100644 --- a/customer/mbvd-cdb/common.yaml +++ b/customer/mbvd-cdb/common.yaml @@ -57,7 +57,7 @@ infra::profile::logrotate::rules: rotate_every: 'day' missingok: true rotate: 20 - minsize: '1M' + minsize: '4M' dateext: true compress: true delaycompress: true @@ -66,6 +66,7 @@ infra::profile::logrotate::rules: httpd: path: - '/var/log/httpd/*log' + rotate: 10 rotate_every: 'day' missingok: true ifempty: false -- 2.39.5