Skip to content

Commit eeae89d

Browse files
committed
Set the log level to debug for a log message
The line in production adds a lot of noise to logs.
1 parent 403ea1c commit eeae89d

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
@@ -932,7 +932,7 @@ def _queue_periodic_tasks(self) -> None:
932932

933933
# Task is already queued, scheduled, or running.
934934
if any(results):
935-
self.log.info(
935+
self.log.debug(
936936
"periodic task already in queue",
937937
func=task.serialized_func,
938938
result=results,

0 commit comments

Comments
 (0)