Details
Description
When initialized during bootstrap, LogDecorations resolves the host name via a uname syscall, which reportedly can have measurable cost on certain platforms. Since the host name decorator is not used by default, lazily initializing the host name string seems reasonable.