Skip to content

Restructure DefaultSecurityFilterChain logs #12218

@jzheaux

Description

@jzheaux

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.

Metadata

Metadata

Labels

in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions