AbstractUserDetailsAuthenticationProvider should lazily compose debug message #16495
Labels
in: web
An issue in web modules (web, webmvc)
status: first-timers-only
An issue that can only be worked on by brand new contributors
type: enhancement
A general enhancement
AbstractUserDetailsAuthenticationProvider
logs the following:This could be improved by not composing the message regardless of logging level.
LogMessage
is a nice utility for this;This makes so that the message is only concatenated if the logging level is
DEBUG
or higher.The text was updated successfully, but these errors were encountered: