Skip to content

Including full stack trace in log messages #75

Open
@oxinabox

Description

@oxinabox

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions