Skip to content

RabbitMQ logging issues #2967

Open
Open
@JamesNK

Description

@JamesNK

RabbitMQ logging adds message metadata to a log entry. That is then used to output the message. However, the result is that information is duplicated in the UI:

image

Also, RabbitMQ logging sets the log level as an event ID. e.g. an error has a log name of "Error" with a log ID of 3. It doesn't make sense to put the log level in the log name. In structured log UI the log entry has a name of "Error" (or info, debug, etc).

image

RabbitMQ should leave the log level name unset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-integrationsIssues pertaining to Aspire Integrations packageshelp wantedIssue that is a good candidate for community contribution.rabbitmqIssues related to rabbitmq integrations

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions