Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

43 lines (31 loc) · 1.22 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[0.5.0] - 2017-02-22

  • [#2 by @mbuhot] Convert erlang IOList to string with to_string instead of inspect before encoding for better visibility.

[0.4.1] - 2016-11-23

Removed

  • Removed config_ext from included applications.

[0.4.0] - 2016-11-23

Added

  • Extracted Event module from logger backend.
  • Allow event as configuration option, you can provide custom Event module.
  • Allow custom filtering and building of messages.

[0.3.2] - 2016-11-23

Added

  • transform log level to atom

[0.3.1] - 2016-11-22

Removed

  • Leftover and unused fetch function.

[0.3.0] - 2016-11-22

Changed

  • Use ConfigExt instead of custom function execution.

[0.2.0] - 2016-11-16

Added

  • Normalize error logger messages, use inspect for now.

Changed

  • Push messages to :user process intead of group leader, as error handler can actually have different group leader than the running process.

[0.1.0] - 2016-11-15

Added

  • Base json backend implementation.