diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/streaming/icecast/templates/icecast.xml.j2 | 4 |
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> |