mirror of
https://github.com/penpot/penpot.git
synced 2025-07-20 06:57:12 +02:00
✨ Disable excesive logging of some modules.
This commit is contained in:
parent
a6de4e3742
commit
9f034c7e7e
2 changed files with 4 additions and 4 deletions
|
@ -81,9 +81,6 @@
|
|||
:init []})]
|
||||
(a/go-loop []
|
||||
(when-let [[type events] (a/<! buffer)]
|
||||
(l/debug :action "persist-events (batch)"
|
||||
:reason (name type)
|
||||
:count (count events))
|
||||
(let [res (a/<! (persist-events cfg events))]
|
||||
(when (ex/exception? res)
|
||||
(l/error :hint "error on persiting events"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue