You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultSecurityFilterChain prints out at the INFO level the list of filters that are in use for a given application. This is out of step with FilterChainProxy which shows that level of detail at the DEBUG and TRACE levels.
It may be valuable to show something here at the INFO level, like the request matcher and the authentication mechanisms. Otherwise, this level of detail should be reserved to DEBUG or TRACE.
Also, it probably doesn't add value to print out the filter's toString. Instead, it may be better to only print out the class name.
The text was updated successfully, but these errors were encountered:
DefaultSecurityFilterChain
prints out at the INFO level the list of filters that are in use for a given application. This is out of step withFilterChainProxy
which shows that level of detail at the DEBUG and TRACE levels.It may be valuable to show something here at the INFO level, like the request matcher and the authentication mechanisms. Otherwise, this level of detail should be reserved to DEBUG or TRACE.
Also, it probably doesn't add value to print out the filter's
toString
. Instead, it may be better to only print out the class name.The text was updated successfully, but these errors were encountered: