Serilog.Sinks.Logz.Io icon indicating copy to clipboard operation
Serilog.Sinks.Logz.Io copied to clipboard

Results 4 Serilog.Sinks.Logz.Io issues
Sort by recently updated
recently updated
newest added

Upgrading to v7 causes problems for us with the new camelCase renaming of fields. This breaking change is mentioned on the README, but it was not trivial to find out...

Hello, I'm using Serilog + Serilog.Sinks.Logz.io to send event to Logzio (europe). I've been contacted by the support since they told me that I've tons of log message that cannot...

Just a heads up that Serilog now supports capturing Trace and Span, but it must be implemented in each sink. https://github.com/serilog/serilog-aspnetcore/issues/207#issuecomment-1745834923

I would like to log additional structured content that complements the logged message like this: ``` Logger .ForContext("payload", new {FooBar = "xxx", BarFoo = "yyy"}, true) .Warning("hello world"); ``` This...