From 45e7164acbb3ab1d45570d166372f9af03a40ab6 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Sat, 19 Sep 2020 01:15:30 +0200 Subject: [PATCH] logging in http streamer --- music_assistant/http_streamer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music_assistant/http_streamer.py b/music_assistant/http_streamer.py index e0d0ff18..6319bcd8 100755 --- a/music_assistant/http_streamer.py +++ b/music_assistant/http_streamer.py @@ -460,7 +460,7 @@ class HTTPStreamer: # send task to background to analyse the audio if queue_item.media_type == MediaType.Track: self.mass.add_job(self.__analyze_audio, streamdetails) - LOGGER.warning( + LOGGER.debug( "__get_audio_stream complete for track %s on player %s", queue_item.name, player_id, -- 2.34.1