From 2d2d34aa3de59944b9111f171103642c72c725b5 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 26 Mar 2021 11:03:26 +0000 Subject: [PATCH] Upgrade log level for fin logging --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index d8d5e0a..f8d2696 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -384,7 +384,7 @@ def stream_trimmer_loop(): #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: - 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) continue