You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: