mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
📎 Minor logging change on mattermost ns.
This commit is contained in:
parent
5352918ff8
commit
94d94684c8
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
:opt-un [::uri]))
|
||||
|
||||
(defmethod ig/init-key ::reporter
|
||||
[_ {:keys [receiver] :as cfg}]
|
||||
(l/info :msg "intializing mattermost error reporter")
|
||||
[_ {:keys [receiver uri] :as cfg}]
|
||||
(l/info :msg "intializing mattermost error reporter" :uri uri)
|
||||
(let [output (a/chan (a/sliding-buffer 128)
|
||||
(filter #(= (:level %) "error")))]
|
||||
(receiver :sub output)
|
||||
|
|
Loading…
Add table
Reference in a new issue