Serilog.Sinks.AmazonS3
Serilog.Sinks.AmazonS3 copied to clipboard
Logs from different instances with their own S3 paths
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
I guess adding path prefixes / postfixes would be the easiest solution for now.