From a9f33b5066a23977fc3946cccf00ea5f5b765f1f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 22 Jan 2020 17:15:24 +0000 Subject: [PATCH] Escalate commit log so it actually logs --- todoist_github/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todoist_github/cli.py b/todoist_github/cli.py index a1967e8..ae1ec71 100755 --- a/todoist_github/cli.py +++ b/todoist_github/cli.py @@ -20,7 +20,7 @@ def run_tasks(): for task in ALL_TASKS: logging.info("Executing %s", task.__name__) task() - logging.debug("Committing tasks") + logging.info("Committing tasks") todoist.commit()