TotalFreedomBot/logscript.py
Ryan Wild 866054884a Various formatting
Hopefully this will make the static analysis tool happier
2020-12-02 21:59:01 +00:00

5 lines
151 B
Python

import logging
logging.basicConfig(level=logging.CRITICAL, format='%(message)s', handlers=[
logging.FileHandler('log.log', 'a')])