From f79257f53702b95421fb7142eb664f6ed956e205 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 24 Apr 2021 22:36:11 +0200 Subject: streaming/icecast: log file size to 10MB --- roles/streaming/icecast/templates/icecast.xml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/streaming/icecast/templates/icecast.xml.j2 b/roles/streaming/icecast/templates/icecast.xml.j2 index 60f6000f..d7c5a429 100644 --- a/roles/streaming/icecast/templates/icecast.xml.j2 +++ b/roles/streaming/icecast/templates/icecast.xml.j2 @@ -73,8 +73,8 @@ - access.log - 3 - 100000 + 3 + 10240 -- cgit v1.2.3