From e06953ccf655571e85953f05f36bea819bcfbcec Mon Sep 17 00:00:00 2001 From: justine Date: Fri, 19 Feb 2021 11:00:15 +0000 Subject: [PATCH] Update '4chanthreadfinder.py' Change loglevel to INFO as not be flooded by mechanicalSoup --- 4chanthreadfinder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4chanthreadfinder.py b/4chanthreadfinder.py index 6da1990..3d27c88 100755 --- a/4chanthreadfinder.py +++ b/4chanthreadfinder.py @@ -222,7 +222,7 @@ if args.logfile: logging.basicConfig(\ format='%(asctime)s %(levelname)-8s %(message)s',\ filename=f"{path[0]}/{args.logfile}",\ - level = logging.DEBUG,\ + level = logging.INFO,\ datefmt='%Y-%m-%d %H:%M:%S'\ ) log_enabled = True