From: Marcel van der Veldt Date: Fri, 18 Sep 2020 23:15:30 +0000 (+0200) Subject: logging in http streamer X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=45e7164acbb3ab1d45570d166372f9af03a40ab6;p=music-assistant-server.git logging in http streamer --- 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,