Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

v2.1.1 - 17 September 2017

Choose a tag to compare

@ariamckinley ariamckinley released this 17 Sep 15:29
· 28 commits to master since this release
  • Fixes the append_metadata configuration option
  • The NODE_ENV is now used to determine whether metadata should be appended to log lines
    • If NODE_ENV === 'production': metadata will always be appended
    • If NODE_ENV !== 'production': metadata will not be appended (unless append_metadata is explicitly set)