karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
299 stars 107 forks source link

Bug in mountpoint-based logfile size #238

Open kleinadam opened 5 years ago

kleinadam commented 5 years ago

Haveing a mountpoint-based logfile config with size 0, e.g.

  <accesslog>
        <type>CLF-ESC</type>
        <name>3080-1.stream.log</name>
        <size>0</size>
        <archive>0</archive>
  </accesslog>

Icecast 2.4.0kh10 is doing a new stream.log file and move eixintg to .old if that reached 50MB.

This seems to be a bug, it should not limit at size 0.