Skip to content

Commit 859430c

Browse files
authored
Set the log level to debug for a log message (#359)
The line in production adds a lot of noise to logs.
1 parent ae883ec commit 859430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasktiger/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ def _queue_periodic_tasks(self) -> None:
894894

895895
# Task is already queued, scheduled, or running.
896896
if any(results):
897-
self.log.info(
897+
self.log.debug(
898898
"periodic task already in queue",
899899
func=task.serialized_func,
900900
result=results,

0 commit comments

Comments
 (0)