**Describe the bug** Log displays *Will not secure ...* instead of *Will secure ... with ...*. **To Reproduce** Configure a `SecurityFilterChain` bean and use log level `info`. **Expected behavior** Log shows *Will secure ... with ...*. The condition [here](https://github.com/spring-projects/spring-security/blob/5.6.2/web/src/main/java/org/springframework/security/web/DefaultSecurityFilterChain.java#L51-L56) needs to be inverted.