summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-12-04 17:15:29 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-12-04 17:21:16 +0100
commit631d6841a96db0b50fd2ebd2d23dc669fe30afee (patch)
tree052413d8d87d5dd8a72c7794b9424971b67c0dc5
parent9cf33f640618e9490b29b9297157a613033bff02 (diff)
downloadjasper-client-631d6841a96db0b50fd2ebd2d23dc669fe30afee.tar.gz
jasper-client-631d6841a96db0b50fd2ebd2d23dc669fe30afee.zip
Change client.stt loglevel to INFO, so that users can see what was transcribed without having to use --debug
-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)