mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-23 20:11:11 +00:00
Logging set to debug
This commit is contained in:
parent
066f737a61
commit
bb52e54c0d
2
twoot.py
2
twoot.py
|
@ -220,7 +220,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.DEBUG)
|
||||
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