Skip to content

Java error message and stack trace in the same log line #73

@dloiko

Description

@dloiko

Feature request: Can we combine the java error message and stack trace to be in the same log line, e.g.:

logger.error(message, stacktrace) should produce

Timestamp error_level message
stacktrace

instead of

Timestamp error_level message
Timestamp error_level stacktrace

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