Commit b6cb6299 authored by Phillip Webb's avatar Phillip Webb

Document the logger category used to show password

Fixes gh-2146
parent 358ad0df
...@@ -1330,6 +1330,10 @@ password, printed at INFO level when the application starts up) ...@@ -1330,6 +1330,10 @@ password, printed at INFO level when the application starts up)
Using default security password: 78fa095d-3f4c-48b1-ad50-e24c31d5cf35 Using default security password: 78fa095d-3f4c-48b1-ad50-e24c31d5cf35
---- ----
NOTE: If you fine tune your logging configuration, ensure that the
`org.springframework.boot.autoconfigure.security` category is set to log `INFO` messages,
otherwise the default password will not be printed.
You can change the password by providing a `security.user.password`. This and other You can change the password by providing a `security.user.password`. This and other
useful properties are externalized via useful properties are externalized via
{sc-spring-boot-autoconfigure}/security/SecurityProperties.{sc-ext}[`SecurityProperties`] {sc-spring-boot-autoconfigure}/security/SecurityProperties.{sc-ext}[`SecurityProperties`]
......
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