IdentityServer Error LogLevel
ruudhe opened this issue · 1 comments
Which version of Duende IdentityServer are you using?
IdentityServer 7.0.3
BFF 2.2.0
Which version of .NET are you using?
net8.0
Describe the bug
On a high volume public facing deployment our logs are spammed with IdentityServer Errors which are generated by security scans or wrong user input. The validators used in identityserver are logging all invalid requests as an Error, for example:
AuthorizeRequestValidator
ProtectedDataMessageStore
Expected behavior
We would like to request a change that the logging level for these kind of log statements can be configured from Error to Warning so error reporting would not give so much errors due to improper usage / url scanning.
Thanks for your feedback, I think this makes sense. I'm transferring the issue to the main IdentityServer repo for triage/planning.