Closed FieryCod closed 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 >>>
@FieryCod Hi Karol, thanks a lot for the report- and sorry about the trouble!
This is now fixed in the latest beta (beta9) 👍
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:
Output