Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root stacktrace is missing #6

Closed
FieryCod opened this issue May 7, 2024 · 1 comment
Closed

Root stacktrace is missing #6

FieryCod opened this issue May 7, 2024 · 1 comment
Assignees
Labels
bug Something isn't working can close? Can be closed?

Comments

@FieryCod
Copy link

FieryCod commented May 7, 2024

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 ptaoussanis self-assigned this May 7, 2024
@ptaoussanis ptaoussanis added the bug Something isn't working label May 7, 2024
ptaoussanis added a commit that referenced this issue May 7, 2024
@ptaoussanis
Copy link
Member

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

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

@ptaoussanis ptaoussanis added the can close? Can be closed? label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can close? Can be closed?
Projects
None yet
Development

No branches or pull requests

2 participants