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
Version
NA
Debug Output
Example Data
No response
Additional Context
No response
References
No response