Update '4chanthreadfinder.py'

Change loglevel to INFO as not be flooded by mechanicalSoup
This commit is contained in:
justine 2021-02-19 11:00:15 +00:00
parent 77c20d67f1
commit e06953ccf6

View File

@ -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