toddlahakbar
❔ Serilog file sink from multiple servers has interleaved messages
I mean, it's kind of a common use case. At the point where you're running 10 servers logging to the same sink, I think the assumption is you're using a more mature log aggregation than a shared file
10 replies
❔ Serilog file sink from multiple servers has interleaved messages
Yeah, from everything I can see the shared functionality is implemented either by a lock or by a mutex, either of which is only going to work for multiple processes on the same box.
10 replies
❔ Serilog file sink from multiple servers has interleaved messages
So from what I can see, the SharedFileSink is only really applicable for multiple processes on the same server as it utilizes an os mutex. Are these servers on windows or Linux?
10 replies