This repository was archived by the owner on Dec 13, 2018. It is now read-only.
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Remove ILoggerFactory.MinimumLevel #298
Closed
Description
This property has two things going against it:
- Everyone thinks it does something other than what it does. (This can be mitigated by a rename of some sort.)
- It's not needed anymore. It was added to avoid sensitive information being logged inadvertently. This was later decided to be a non-issue.
This is teh codez: https://github.com/aspnet/Logging/blob/dev/src/Microsoft.Extensions.Logging.Abstractions/ILoggerFactory.cs#L14-L17