Hi, i have a small issue with using OTEL to send my logs from a dotnet(8.0) application to ELK . Everything works fine, the traces and the logs are correlated, but the message is not formatted correctly.. however, the attributes are added correctly, it is only the string of the message which is not correctly formatted and still shows the attribute names instead of the values:
Example of the message value:
What is the question?
Hi, i have a small issue with using OTEL to send my logs from a dotnet(8.0) application to ELK . Everything works fine, the traces and the logs are correlated, but the message is not formatted correctly.. however, the attributes are added correctly, it is only the string of the message which is not correctly formatted and still shows the attribute names instead of the values: Example of the message value:
[Information] Request starting {Protocol} {Method} {Scheme}://{Host}{PathBase}{Path}{QueryString} - {ContentType} {ContentLength}
Any ideas?
Additional context
No response