mirror of https://github.com/penpot/penpot.git
📎 Change current config values for error report explain
This commit is contained in:
parent
d5ccb704b2
commit
43ba2b05e8
|
|
@ -67,7 +67,7 @@
|
|||
(some-> cause (ex/format-throwable :data? true :explain? false :header? false :summary? false)))}
|
||||
|
||||
(when-let [params (or (:request/params context) (:params context))]
|
||||
{:params (pp/pprint-str params :length 20 :level 15)})
|
||||
{:params (pp/pprint-str params :length 20 :level 20)})
|
||||
|
||||
(when-let [value (:value context)]
|
||||
{:value (pp/pprint-str value :length 30 :level 13)})
|
||||
|
|
|
|||
Loading…
Reference in New Issue