Skip to content

Commit

Permalink
Reduce SlidePlayer log level from info to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Feb 4, 2024
1 parent fd919e3 commit 161a2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpfmc/config_players/slide_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def play(self, settings, context, calling_context, priority=0, **kwargs):
instance_dict = self._get_instance_dict(context)
full_context = self._get_full_context(context)

self.machine.log.info("SlidePlayer: Play called with settings=%s", settings)
self.machine.log.debug("SlidePlayer: Play called with settings=%s", settings)

settings = settings.get('slides', settings)

Expand Down

0 comments on commit 161a2b7

Please sign in to comment.