summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjasper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jasper.py b/jasper.py
index ff3eb81..1a61981 100755
--- a/jasper.py
+++ b/jasper.py
@@ -120,6 +120,7 @@ if __name__ == "__main__":
logging.basicConfig()
logger = logging.getLogger()
+ logger.getChild("client.stt").setLevel(logging.INFO)
if args.debug:
logger.setLevel(logging.DEBUG)