You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've also tried setting bypassTableCreationValidation:true but still get the 409s. If I set a new table name then the table is created and the 409 does not appear.
I'm using Serilog 4.00 and Serilog.Sinks.AzureTableStorage 9.7.1
Have I missed something obvious I should have done to avoid this?
Thanks
The text was updated successfully, but these errors were encountered:
When my logger writes a new entry to table storage, a 409 followed by a 204 is returned and the entry is saved.
My issue seems to be identical to #42 which was fixed: #87
This is my code
I've also tried setting bypassTableCreationValidation:true but still get the 409s. If I set a new table name then the table is created and the 409 does not appear.
I'm using Serilog 4.00 and Serilog.Sinks.AzureTableStorage 9.7.1
Have I missed something obvious I should have done to avoid this?
Thanks
The text was updated successfully, but these errors were encountered: