mirror of
https://github.com/status-im/timbre.git
synced 2025-02-27 10:30:38 +00:00
Label stacktraces in output
This commit is contained in:
parent
d13b870799
commit
d8b35e14cc
@ -273,7 +273,8 @@
|
|||||||
:message (if has-throwable?# (or (first xs#) x1#) x1#)
|
:message (if has-throwable?# (or (first xs#) x1#) x1#)
|
||||||
:more (if has-throwable?#
|
:more (if has-throwable?#
|
||||||
(conj (vec (rest xs#))
|
(conj (vec (rest xs#))
|
||||||
(str "\n" (stacktrace/pst-str x1#)))
|
(str "\nStacktrace:\n"
|
||||||
|
(stacktrace/pst-str x1#)))
|
||||||
(vec xs#))})]
|
(vec xs#))})]
|
||||||
|
|
||||||
(juxt-fn# appender-args#)
|
(juxt-fn# appender-args#)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user