mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Set logging to WARNING
This commit is contained in:
parent
56b87e4756
commit
588e6003ca
2
twoot.py
2
twoot.py
|
@ -273,7 +273,7 @@ def main(argv):
|
|||
# pass
|
||||
|
||||
# Setup logging to file
|
||||
logging.basicConfig(filename=twit_account + '.log', level=logging.INFO)
|
||||
logging.basicConfig(filename=twit_account + '.log', level=logging.WARNING)
|
||||
logging.info('Running with the following parameters:')
|
||||
logging.info(' -t ' + twit_account)
|
||||
logging.info(' -i ' + mast_instance)
|
||||
|
|
Loading…
Reference in New Issue
Block a user