Skip to content

Enable stack trace logging when log_level is DEBUG #590

@AaronJaegerVA

Description

@AaronJaegerVA

Is your feature request related to a problem? Please describe.
We have been troubleshooting some errors, and without a stack trace to understand the code path being taken before the errors, it's been very difficult to narrow things down.

Describe the solution you'd like
It would be helpful to troubleshooting if stack traces were logged when the log level is set to DEBUG

logger.debug("some message", exc_info=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions