There is a packet called Serilog.AspNetCore.Ingestion which is a sort of a relay to integrate clientSide serilog to the server side one seemlessly. So that logs post by client are directed to the serilog pipeline configured on the server. Only problem for http-sink to work with it is that it expects new line delimeted logs which requires one more batchFormatter..
Thanks
There is a packet called Serilog.AspNetCore.Ingestion which is a sort of a relay to integrate clientSide serilog to the server side one seemlessly. So that logs post by client are directed to the serilog pipeline configured on the server. Only problem for http-sink to work with it is that it expects new line delimeted logs which requires one more batchFormatter..
Thanks