serilog-archive / serilog-sinks-azuredocumentdb

A Serilog sink that writes to Azure DocumentDB
Apache License 2.0
17 stars 15 forks source link

Added support for Serilog version 2.1 and Azure DocumentDb v1.9 #4

Closed saleem-mirza closed 8 years ago

saleem-mirza commented 8 years ago

Current version of AzureDocumentDB sink wasn't supported with latest Serilog version 2.1 and Azure Document DB version 1.9.*

Updated nuget dependencies to latest version and refactored code to use async/await pattern and new API to query existing database/collection.

nblumhardt commented 8 years ago

Thanks very much! Added a couple of comments around some of the async calls, otherwise LGTM :+1:

saleem-mirza commented 8 years ago

@nblumhardt please review.

nblumhardt commented 8 years ago

I think this is good to go; thanks!