Skip to content

Commit

Permalink
Merge branch '2.1.x' into 2.2.x
Browse files Browse the repository at this point in the history
Closes gh-19150
  • Loading branch information
mbhave committed Nov 26, 2019
2 parents 51478ca + 49e111a commit d52935e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -40,7 +40,11 @@ When your application starts, you should see something similar to the following

By default, `INFO` logging messages are shown, including some relevant startup details, such as the user that launched the application.
If you need a log level other than `INFO`, you can set it, as described in <<boot-features-custom-log-levels>>.
The application version is determined using the implementation version from the main application class's package.
Startup information logging can be turned off by setting `spring.main.log-startup-info` to `false`.
This will also turn off logging of the application's active profiles.

TIP: To add additional logging during startup, you can override `logStartupInfo(boolean)` in a subclass of `SpringApplication`.


[[boot-features-startup-failure]]
Expand Down

0 comments on commit d52935e

Please sign in to comment.