timber v2.8.4 Release Notes

Release Date: 2018-08-14 // over 5 years ago
  • 🛠 Fixed

    • The hostname caching released in v2.8.3 had the potential to crash the Logger if an application was started between :logger and :timber and 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.