FantasticFiasco / serilog-sinks-http

A Serilog sink sending log events over HTTP.
Apache License 2.0
173 stars 42 forks source link

Additional enriched properties are not sent #389

Open cryo75 opened 2 months ago

cryo75 commented 2 months ago

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?

github-actions[bot] commented 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.

FantasticFiasco commented 4 weeks ago

Would you be able to reproduce this using https://github.com/FantasticFiasco/serilog-sinks-http-sample-dotnet-core?