The current logger startup can be quite slow on a fresh OSX install. The root cause is: `InetAddress.getLocalHost().getHostName()` in [`StartupInfoLogger`](https://github.com/spring-projects/spring-boot/blob/ce1e41dce3da310e8ae0d7d572ce3e06290780c7/spring-boot/src/main/java/org/springframework/boot/StartupInfoLogger.java#L115) See for workaround and background https://thoeni.io/post/macos-sierra-java/