This repository was archived by the owner on Dec 8, 2020. It is now read-only.
2.8.4 - 2018-08-14
Fixed
- The hostname caching released in v2.8.3 had the potential to crash the Logger if an application was started between
:loggerand:timberand made Logger calls. This was because the ETS table holding the cache had not been started by Timber yet. To fix this, the hostname is now cached in the application environment which is guaranteed to be available by that point.