mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-03-11 16:19:52 +00:00
Changed logging to info
This commit is contained in:
parent
4704890ddf
commit
a7b63f569f
2
twoot.py
2
twoot.py
@ -281,7 +281,7 @@ def main(argv):
|
|||||||
# Setup logging to file
|
# Setup logging to file
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
filename=twit_account + '.log',
|
filename=twit_account + '.log',
|
||||||
level=logging.WARN,
|
level=logging.INFO,
|
||||||
format='%(asctime)s %(levelname)-8s %(message)s',
|
format='%(asctime)s %(levelname)-8s %(message)s',
|
||||||
datefmt='%Y-%m-%d %H:%M:%S',
|
datefmt='%Y-%m-%d %H:%M:%S',
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user