taoensso / telemere

Structured telemetry library for Clojure/Script
https://www.taoensso.com/telemere
Eclipse Public License 1.0
192 stars 4 forks source link

Root stacktrace is missing #6

Closed FieryCod closed 6 months ago

FieryCod commented 6 months ago

Dear @ptaoussanis,

Thank you so much for this great library. I would like to report the bug of stacktrace not being reported in the console as of 1.0.0-beta-7.

Here is a minimal reproduction:

(tm/log! {:level :info
               :error (ex-info "Some error message" {})}
               "Internal Server Error")

Output

; 2024-05-04T10:18:20.947134Z INFO LOG Macbook.local backend.core (130,1) - Internal Server Error
;
; <<< error <<<
;   Root: clojure.lang.ExceptionInfo - Some error message
;
; Root stack trace:
;
; >>> error >>>
ptaoussanis commented 6 months ago

@FieryCod Hi Karol, thanks a lot for the report- and sorry about the trouble!

This is now fixed in the latest beta (beta9) 👍