From 02a36e29656bfe55648e51f3d757c76696bdb981 Mon Sep 17 00:00:00 2001 From: Sascha Date: Tue, 31 Jul 2018 20:06:24 +0200 Subject: [PATCH] logrotate for fbb-api.log - missingok true --- customer/fbb-api/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/fbb-api/common.yaml b/customer/fbb-api/common.yaml index d87378ea..4d262d6a 100644 --- a/customer/fbb-api/common.yaml +++ b/customer/fbb-api/common.yaml @@ -19,6 +19,6 @@ infra::profile::logrotate::rules: dateformat: '-%Y-%m-%d' rotate: 7 rotate_every: 'day' - missingok: false + missingok: true create: true ifempty: false -- 2.39.5