diff --git a/hugvey/story.py b/hugvey/story.py index 1d1e26a..b3858fd 100644 --- a/hugvey/story.py +++ b/hugvey/story.py @@ -1427,8 +1427,8 @@ class Story(object): self.registerVariable(var, msg) - self.logger.info(f'has variables: {self.variables}') - self.logger.info(f'has {len(self.strands)} strands: {self.strands}') + self.logger.debug(f'has variables: {self.variables}') + self.logger.debug(f'has {len(self.strands)} strands: {self.strands}') # self.logger.info(f"Directions: {self.directionsPerMsg}") self.calculateFinishesForStrands() diff --git a/hugvey/voice.py b/hugvey/voice.py index abb3fa6..ccff88d 100644 --- a/hugvey/voice.py +++ b/hugvey/voice.py @@ -181,6 +181,7 @@ class MSVoiceFetcher(VoiceFetcher): http_client.close() raise e + logger.debug(f"Fetched {text}") http_client.close() if response.code != 200: