serilog / serilog-extensions-logging

Serilog provider for Microsoft.Extensions.Logging
Apache License 2.0
307 stars 97 forks source link

Memory leak #205

Closed pengweiqhca closed 2 years ago

pengweiqhca commented 2 years ago

LoggerProviderCollectionSink and EventSourceLoggerProvider not cache CreateLogger result, lead to memory leak. a b

nblumhardt commented 2 years ago

Thanks for the report; this is being discussed in: https://github.com/dotnet/runtime/issues/66072