Skip to content

FluentSender: fix requirement for root tag per sender instance #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

vgavro
Copy link
Contributor

@vgavro vgavro commented Feb 15, 2022

I want some messages to be generated with different tags, but for now i'm forced to use same root (prefix) tag for no reason per sender instance.
If I use FluentSender('').emit('my_tag', data) - I got ".my_tag" tag instead of "my_tag". This PR fixes this.

Signed-off-by: Victor Gavro <vgavro@gmail.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling cd59f46 on vgavro:allow_empty_root_tag into ace80f4 on fluent:master.

@methane methane merged commit a77feda into fluent:master Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants