Commit b39ed89a authored by Phillip Webb's avatar Phillip Webb

Increase whitespace around password logging

Increase the whitespace to make the password easier to find in the log.
parent 18147b24
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment