mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 22:26:38 +02: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
1 changed files with 7 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue