From a4c02a062f3f348bb5649951be86e8c7a09bbea6 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 13 Nov 2019 17:58:57 +0100 Subject: [PATCH] Change log --- hugvey/story.py | 4 ++-- hugvey/voice.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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: