mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
📎 Add minor improvements on params formating on error logger
This commit is contained in:
parent
53f40043aa
commit
4a016dce14
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
:trace (ex/format-throwable cause :data? false :explain? false :header? false :summary? false)}
|
:trace (ex/format-throwable cause :data? false :explain? false :header? false :summary? false)}
|
||||||
|
|
||||||
(when-let [params (or (:request/params context) (:params context))]
|
(when-let [params (or (:request/params context) (:params context))]
|
||||||
{:params (pp/pprint-str params :width 200)})
|
{:params (pp/pprint-str params :width 200 :length 50 :level 10)})
|
||||||
|
|
||||||
(when-let [value (:value context)]
|
(when-let [value (:value context)]
|
||||||
{:value (pp/pprint-str value :width 200 :length 50 :level 10)})
|
{:value (pp/pprint-str value :width 200 :length 50 :level 10)})
|
||||||
|
|
Loading…
Add table
Reference in a new issue