Skip to content

Please let customize level mapping for tracing-journald #2649

Closed
@hongquan

Description

@hongquan

Feature Request

Crates

tracing-journald

Motivation

Currently, tracing-journald map tracing log level to Journald priority like this:

ERROR => Error (3)
WARN => Warning (4)
INFO => Notice (5)
DEBUG => Informational (6)
TRACE => Debug (7)

However, because "Notice" produces bold text, I want to remap like this:

INFO => Informational (6)
DEBUG / TRACE => Debug (7)

Proposal

Alternatives

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