mirror of
https://github.com/penpot/penpot.git
synced 2026-08-07 05:18:36 +00:00
📎 Reduce log level of worker submit operation
Start logging to as TRACE instead of DEBUG
This commit is contained in:
parent
95d80c9578
commit
d2d9aeff25
@ -678,7 +678,7 @@
|
|||||||
(-> (db/exec-one! conn [sql:remove-not-started-tasks task queue label])
|
(-> (db/exec-one! conn [sql:remove-not-started-tasks task queue label])
|
||||||
:next.jdbc/update-count))]
|
:next.jdbc/update-count))]
|
||||||
|
|
||||||
(l/debug :hint "submit task"
|
(l/trc :hint "submit task"
|
||||||
:name task
|
:name task
|
||||||
:queue queue
|
:queue queue
|
||||||
:label label
|
:label label
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user