Skip to content

bug(tracing_limit): info!(message = "foo") and info!("foo") are not grouped under the same bucket #24054

@thomasqueirozb

Description

@thomasqueirozb

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Problem

        for _i in 1..30 {
            info!(message = "Hello");
            info!("Hello");
        }

should output Hello and Internal log [Hello] is being suppressed to avoid flooding. only once but outputs it twice.

Configuration

NA

Version

NA

Debug Output


Example Data

No response

Additional Context

No response

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions