Skip to content

Commit 0e1c9a6

Browse files
committed
Fixed logger level.
1 parent 90cdfee commit 0e1c9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskiq/cli/scheduler/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async def get_schedules(
5252
return await source.get_schedules()
5353
except Exception as exc:
5454
if fail_on_err:
55-
logger.warning(
55+
logger.error(
5656
"Cannot update schedules with source: %s",
5757
source,
5858
exc_info=True,

0 commit comments

Comments
 (0)