serilog-sinks-azureblobstorage
serilog-sinks-azureblobstorage copied to clipboard
Fix for write in batches reaches the limits
- Used the default for the QueueLimit (100000)
- Changed the call to get properties from BlobClient, because its takes too much time. This only needed when the blobname is changed.