Upgrade log level for fin logging

pypy
Simon 5 years ago
parent 6f8cf555d4
commit 2d2d34aa3d

@ -384,7 +384,7 @@ def stream_trimmer_loop():
#if stream already marked as finished, just remove it #if stream already marked as finished, just remove it
if '_fin' in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5: if '_fin' in systems[system].STATUS[stream_id] and systems[system].STATUS[stream_id]['LAST'] < _now - 5:
logger.debug('(%s) *FINISHED STREAM* STREAM ID: %s',system, int_id(stream_id)) logger.info('(%s) *FINISHED STREAM* STREAM ID: %s',system, int_id(stream_id))
fin_list.append(stream_id) fin_list.append(stream_id)
continue continue

Loading…
Cancel
Save

Powered by TurnKey Linux.