Mykhailo Shevchuk

Results 43 comments of Mykhailo Shevchuk

@loic-sharma that's a friendly reminder from me again. Could we merge it?

I would be happy to implement it after finishing #717

Also I need to add that everything will work if I will define my record as standard one ```csharp public record Foo { public string Id { get; init; }...

@rogeralsing seems like you are talking about another issue, aren't you?

After research I've found that it is not possible to fix it easily. So I think we will keep it for the future releases

This was broken when dependency to `Serilog.Sinks.Http` was removed

The problem is `TextFormatter` gets `LogEvent` without properties, that will be mapped to labels. This behavior exists because we don't want to create duplicates (properties, which would be both labels...

Seems like it is not possible to do with current abstractions, should be a point of review and breaking changes

> Is there any progress on this PR? Seems like author has no more time for supporting this project. And no other maintainers

Hi, You define what properties of log entry should be added as labels with `propertiesAsLabels` setting. Other data as you mentioned is serialized as a JSON and relies on JSON...