Chris Williams

Results 29 comments of Chris Williams

Is this for a web application or some other type of application? I haven't written code to test this, but I'm guessing this is because you haven't enabled environment settings...

@YvonneArnoldus there's some similar discussion in [this thread](https://github.com/chriswill/serilog-sinks-azureblobstorage/issues/27#issuecomment-471008938) and it may be that adding the ``` "Using": [ "Serilog.Sinks.AzureBlobStorage" ], ``` will help. I didn't have that in the [Readme](https://github.com/chriswill/serilog-sinks-azureblobstorage/blob/master/README.md),...

This sink is not intended for use in Blazor. I won't be doing testing or development with that target in mind, but I invite you to do so if you...

Overdue reply, but did you ever get this working? I did a lot of testing tonight for SaS and it worked with no issues. I just used .WriteTo without Async,...

Closing old thread

Can you give this a try in 2.0.2? There was a pull request that was in this that I think may improve the naming of files based on date/hour values....

@cw-andrews By any chance, are you doing a new deployment or making any changes to your app at this time? I've seen in the Serilog File provider that it creates...

@cw-andrews I created a dotnet-isolated function app and tested it both locally and as deployed to Azure. I'm not seeing any issues such as you are describing. Is your function...

@esgallardo I also tested with your file name and am not seeing files created multiple times.

I tested this scenario with the 4.0.0 release and didn't see the issues reported in this thread; so I am closing.