Open cryo75 opened 2 months ago
Hi there and welcome to this repository!
A maintainer will be with you shortly, but first and foremost I would like to thank you for taking the time to report this issue. Quality is of the highest priority for us, and we would never release anything with known defects. We aim to do our best but unfortunately you are here because you encountered something we didn't expect. Lets see if we can figure out what went wrong and provide a remedy for it.
Would you be able to reproduce this using https://github.com/FantasticFiasco/serilog-sinks-http-sample-dotnet-core?
I added the following line to the logger builder:
.Enrich.WithProperty("Application", typeof(Program).Assembly.GetName().Name)
The only properties that the log server is receiving are: TimeStamp, Level and RenderedMessage
How can I add the additional properties?