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