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