Marco
Results
2
comments of
Marco
Maybe https://github.com/intercom/intercom-dotnet/pull/166 could help with this? Fixes that CircleCI build error too....
I'm having the same setup as @genoher and updating to 1.4.0 does not solve the issue 😬 ``` .WriteTo.AmazonS3(debugfile, "logs", Amazon.RegionEndpoint.USEast1, "xxxx", "xxxx", restrictedToMinimumLevel: Serilog.Events.LogEventLevel.Debug, outputTemplate: "{Timestamp:dd-MM-yy HH:mm:ss} [{Level:u3}] {Message}{NewLine}{Exception}",...