Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

0.9.114: Upgrade logback for faster CLI startup (#1099)

Compare
Choose a tag to compare
@davidxia davidxia released this 31 Mar 20:19
· 280 commits to master since this release
logback calls `InetAddress.getLocalHost()`, which is painfully slow on
some versions of macOS (i.e., 4-5 seconds). Since this happens when
logging is being configured, it potentially adds seconds to every
`helios` CLI invocation.

To address this, we upgrade to a newer version of logback that includes
a fix to evaluate the hostname lazily and not block startup:
https://jira.qos.ch/browse/LOGBACK-1221