DataDog / serilog-sinks-datadog-logs

Serilog Sink that sends log events to Datadog https://www.datadoghq.com/
Apache License 2.0
60 stars 41 forks source link

Possibility to add top-level property and not within "Properties" #77

Closed Kiechlus closed 1 year ago

Kiechlus commented 2 years ago

Right now, the logs look as in the following screenshot.

image

gh123man commented 1 year ago

You can now do this by supplying a custom ITextFormatter with https://github.com/DataDog/serilog-sinks-datadog-logs/pull/86 in v0.4.0. There is an example in the readme.