We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v8.0.0-beta.0
net6.0
New feature, that adds a level as a property fixes the collision with naming, but the MessageTemplate is not updated and rendered output is broken
level
_logger.LogInformation("Hero's {level}", 42);
Templated should be consistent with renamed properties names
No response
The text was updated successfully, but these errors were encountered:
Many thanks for this fix, we are now using this lib again and it works perfectly! <3
Sorry, something went wrong.
@rogeralsing seems like you are talking about another issue, aren't you?
My bad. this one: #94
After research I've found that it is not possible to fix it easily. So I think we will keep it for the future releases
mishamyte
No branches or pull requests
Which version of Serilog.Sinks.Grafana.Loki are you using?
v8.0.0-beta.0
Which version of .NET are you using?
net6.0
Describe the bug
New feature, that adds a
level
as a property fixes the collision with naming, but the MessageTemplate is not updated and rendered output is brokenTo Reproduce
Expected behavior
Templated should be consistent with renamed properties names
Log/SelfLog output or exception with stacktrace
No response
Application or code sample, which could be used to reproduce a bug
No response
Additional context
I have read the documentation
The text was updated successfully, but these errors were encountered: