Changed logging to info

This commit is contained in:
jeancf 2022-09-08 09:35:02 +02:00
parent 4704890ddf
commit a7b63f569f

View File

@ -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',
)