Skip to content

Commit

Permalink
Increase logging for streaming a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jan 15, 2025
1 parent 379f3f1 commit d43e5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions music_assistant/controllers/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ async def serve_queue_item_stream(self, request: web.Request) -> web.Response:
return resp

# all checks passed, start streaming!
self.logger.debug(
self.logger.info(
"Start serving audio stream for QueueItem %s (%s) to %s",
queue_item.name,
queue_item.uri,
Expand Down Expand Up @@ -765,7 +765,7 @@ async def get_flow_stream(
queue_track.queue_item_id,
)

self.logger.debug(
self.logger.info(
"Start Streaming queue track: %s (%s) for queue %s",
queue_track.streamdetails.uri,
queue_track.name,
Expand Down

0 comments on commit d43e5b2

Please sign in to comment.