📎 Reduce log level of worker submit operation

Start logging to as TRACE instead of DEBUG
This commit is contained in:
Andrey Antukh 2023-08-31 20:59:00 +02:00
parent 95d80c9578
commit d2d9aeff25

View file

@ -678,7 +678,7 @@
(-> (db/exec-one! conn [sql:remove-not-started-tasks task queue label])
:next.jdbc/update-count))]
(l/debug :hint "submit task"
(l/trc :hint "submit task"
:name task
:queue queue
:label label