mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
📎 Minor log level change on session updater task.
This commit is contained in:
parent
2eea63dd1a
commit
c7795640e1
@ -147,7 +147,7 @@
|
|||||||
(mcnt :inc)
|
(mcnt :inc)
|
||||||
(if (ex/exception? result)
|
(if (ex/exception? result)
|
||||||
(log/error result "updater: unexpected error on update sessions")
|
(log/error result "updater: unexpected error on update sessions")
|
||||||
(log/debugf "updater: updated %s sessions (reason: %s)." result (name reason)))
|
(log/tracef "updater: updated %s sessions (reason: %s)." result (name reason)))
|
||||||
(recur))))))
|
(recur))))))
|
||||||
|
|
||||||
(defn- timeout-chan
|
(defn- timeout-chan
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user