mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 20:17:13 +02:00
✨ Improve error reporting.
This commit is contained in:
parent
d24d45f4cb
commit
9f0e156916
7 changed files with 107 additions and 144 deletions
|
@ -62,7 +62,7 @@
|
|||
(let [event (parse-event event)
|
||||
uri (cf/get :public-uri)]
|
||||
(l/debug :hint "registering error on database" :id (:id event)
|
||||
:uri (str uri "/dbg/error-by-id/" (:id event)))
|
||||
:uri (str uri "/dbg/error/" (:id event)))
|
||||
(persist-on-database! cfg event))
|
||||
(catch Exception e
|
||||
(l/warn :hint "unexpected exception on database error logger"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue