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

Including full stack trace in log messages #75

Open
oxinabox opened this issue Feb 20, 2023 · 0 comments
Open

Including full stack trace in log messages #75

oxinabox opened this issue Feb 20, 2023 · 0 comments

Comments

@oxinabox
Copy link
Member

I but basic code for this in
JuliaLang/julia#48282 (comment)

It would be nice to make a better version of this either as an example of a TransformerLogger or as a predefined TransformerLogger.

A thing we could probably make as a side effect of implementing this is a LogStacktrace() object.
Which could also be used manually as a @info "hi" stacktrace=LogStacktrace() and which gives a good pretty printed stacktrace.
The Stacktrace transformer logger work just insert that argument automatically everywhere. (And combined with filters would insert it only in correct places)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant