Skip to content

Backtraces do not show up when errors are raised #17

@ghempton

Description

@ghempton
Logging.backtrace = true

# somewhere inside a controller
raise StandardError.new("errorz")

After some prying, the format_obj gets a string representation instead of the raw exception. I assume Rails processes the error before it reaches the logger. Anyone know of a workaround?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions