Skip to content

Commit

Permalink
Add beep reporter to debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Jul 8, 2019
1 parent f9c9869 commit 558efbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jflib/command_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ def __init__(self, config_file: str = None,
if shutil.which('beep') and self._conf.beep.activated:
beep_reporter = BeepChannel()
reporter.add_channel(beep_reporter)
self.log.debug(beep_reporter)

else:
reporter.channels = []
Expand Down

0 comments on commit 558efbf

Please sign in to comment.