From 588e6003caf2363578745c10799bc6e721cfc7e3 Mon Sep 17 00:00:00 2001 From: jeancf Date: Sun, 7 Mar 2021 21:29:20 +0100 Subject: [PATCH] Set logging to WARNING --- twoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twoot.py b/twoot.py index 3b3ad1e..7b67607 100755 --- a/twoot.py +++ b/twoot.py @@ -273,7 +273,7 @@ def main(argv): # pass # Setup logging to file - logging.basicConfig(filename=twit_account + '.log', level=logging.INFO) + logging.basicConfig(filename=twit_account + '.log', level=logging.WARNING) logging.info('Running with the following parameters:') logging.info(' -t ' + twit_account) logging.info(' -i ' + mast_instance)