OrleansContrib / Orleans.Clustering.Kubernetes

Orleans Membership provider for Kubernetes
MIT License
188 stars 47 forks source link

Use structured logging #34

Closed fdbeirao closed 4 years ago

fdbeirao commented 4 years ago

Microsoft.Extensions.Logging supports structured logging, which provides additional benefits for logging sinks which support it, while keeping backwards compatibility for those who don't.

As always, please feel free to simply reject this PR or propose suggestions.

galvesribeiro commented 4 years ago

Thank you @fdbeirao! LGTM!