mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Remove hostname logging since `InetAddress.getLocalHost().getHostName()` causes a network lookup and can take a long time. Closes gh-32908