Serilog.Sinks.AmazonS3 icon indicating copy to clipboard operation
Serilog.Sinks.AmazonS3 copied to clipboard

Logs from different instances with their own S3 paths

Open wandrar opened this issue 1 year ago • 1 comments

Hi

If there are multiple instances of the same application running, is there a way to stop them overwriting each other's logs in S3, out of the box? Or would I have to add something into the "path" property, such as MachineName?

thanks

wandrar avatar Apr 30 '24 08:04 wandrar

I guess adding path prefixes / postfixes would be the easiest solution for now.

SeppPenner avatar May 13 '24 16:05 SeppPenner