summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-24 22:36:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-24 22:36:11 +0200
commitf79257f53702b95421fb7142eb664f6ed956e205 (patch)
tree2bd0c2e14d85d11b128ec9e7179f0cdf01407ab2
parenticecast: make shoutcast compatible configs possible (diff)
streaming/icecast: log file size to 10MB
-rw-r--r--roles/streaming/icecast/templates/icecast.xml.j24
1 files 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 @@
<logging>
<errorlog>-</errorlog>
<accesslog>access.log</accesslog>
- <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
- <logsize>100000</logsize> <!-- Max size of a logfile -->
+ <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
+ <logsize>10240</logsize> <!-- 10MB-->
</logging>
<security>