Escalate commit log so it actually logs
This commit is contained in:
parent
e60ed8eeb9
commit
a9f33b5066
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def run_tasks():
|
||||||
for task in ALL_TASKS:
|
for task in ALL_TASKS:
|
||||||
logging.info("Executing %s", task.__name__)
|
logging.info("Executing %s", task.__name__)
|
||||||
task()
|
task()
|
||||||
logging.debug("Committing tasks")
|
logging.info("Committing tasks")
|
||||||
todoist.commit()
|
todoist.commit()
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue