mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
📎 Minor log level change on session updater task.
This commit is contained in:
parent
2eea63dd1a
commit
c7795640e1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
|||
(mcnt :inc)
|
||||
(if (ex/exception? result)
|
||||
(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))))))
|
||||
|
||||
(defn- timeout-chan
|
||||
|
|
Loading…
Add table
Reference in a new issue