aspnet / Logging

[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
Apache License 2.0
507 stars 247 forks source link

Change azure logger defaults #905

Closed pakrym closed 6 years ago

pakrym commented 6 years ago

Fixes: https://github.com/aspnet/Logging/issues/821

We had it backwards with limited batch size and unlimited queue.

Queue size is now 1000 and batch size is unlimited to unload logs as fast as possible.