mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 02:41:37 +02:00
✨ Minor improvements on logging subsystem.
This commit is contained in:
parent
cbb68acd75
commit
7f624b5c61
3 changed files with 4 additions and 3 deletions
|
@ -147,7 +147,7 @@
|
|||
(mcnt :inc)
|
||||
(if (ex/exception? result)
|
||||
(log/error result "updater: unexpected error on update sessions")
|
||||
(log/tracef "updater: updated %s sessions (reason: %s)." result (name reason)))
|
||||
(log/debugf "updater: updated %s sessions (reason: %s)." result (name reason)))
|
||||
(recur))))))
|
||||
|
||||
(defn- timeout-chan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue