Increase whitespace around password logging

Increase the whitespace to make the password easier to find in the log.
This commit is contained in:
Phillip Webb 2013-11-05 10:31:11 -08:00
parent 18147b24c0
commit b39ed89a6f
1 changed files with 2 additions and 2 deletions

View File

@ -321,8 +321,8 @@ public class SecurityAutoConfiguration {
User user = this.security.getUser();
if (user.isDefaultPassword()) {
logger.info("Using default password for application endpoints: "
+ user.getPassword());
logger.info("\n\n" + "Using default password for application endpoints: "
+ user.getPassword() + "\n\n");
}
Set<String> roles = new LinkedHashSet<String>(Arrays.asList(this.security