From a7b63f569f023f3a5f881f3e5097961066b59b59 Mon Sep 17 00:00:00 2001 From: jeancf Date: Thu, 8 Sep 2022 09:35:02 +0200 Subject: [PATCH] Changed logging to info --- twoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twoot.py b/twoot.py index f6b825d..8ba6408 100755 --- a/twoot.py +++ b/twoot.py @@ -281,7 +281,7 @@ def main(argv): # Setup logging to file logging.basicConfig( filename=twit_account + '.log', - level=logging.WARN, + level=logging.INFO, format='%(asctime)s %(levelname)-8s %(message)s', datefmt='%Y-%m-%d %H:%M:%S', )