Logging should be refactored for when @EnableGlobalMethodSecurity is used. For example, on startup, method security's DEBUG and TRACE logs are verbose without adding much value.

Logging should be added for when @EnableMethodSecurity is used.

We should keep Spring Framework's logging guidelines in mind as we go forward.