Chris DeGreef

Results 1 issues of Chris DeGreef

The startup info messages should appear regardless of the existence of a bootstrap being utilitzed. This code in SpringApplication#prepareContext inhibits the logStartupInfo(boolean). ``` if (this.logStartupInfo) { this.logStartupInfo(context.getParent() == null); this.logStartupProfileInfo(context);...

waiting-for-triage