Microsoft.AspNetCore.Identity.UserManager
logs invalid passwords as log level Warning
.
How can I downgrade that to info? It's getting a bit noisy in the logs...
A good way to do that is to adjust logging and filter the logs afterwards. I cannot recommend overriding .net security code