mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 13:46:39 +02:00
✨ Minor changes on logging config files.
This commit is contained in:
parent
c7795640e1
commit
65eb8e7c43
3 changed files with 12 additions and 16 deletions
|
@ -184,7 +184,7 @@
|
|||
|
||||
(defn- process-report
|
||||
[cfg {:keys [type profile-id] :as report}]
|
||||
(log/debug (str "procesing report:\n" (pprint-report report)))
|
||||
(log/trace (str "procesing report:\n" (pprint-report report)))
|
||||
(cond
|
||||
;; In this case we receive a bounce/complaint notification without
|
||||
;; confirmed identity, we just emit a warning but do nothing about
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue