소스 검색

Roll 3.5.0

pull/412/head 3.5.0
Mark Allen 8 년 전
부모
커밋
9361a3288d
2개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. +11
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 11
- 0
README.md 파일 보기

@ -840,6 +840,17 @@ Example Usage:
3.x Changelog
-------------
3.5.0 - 28 May 2017
* Bugfix: Support OTP 20 gen_event messages (#410)
* Feature: Enable console output to standard_error.
Convert to proplist configuration style (like file handler)
Deprecate previous configuration directives (#409)
* Bugfix: Enable the event shaper to filter messages before they're
counted; do not count application/supervisor start/stops
toward high water mark. (#411)
* Docs: Add PR guidelines; add info about the #lager chat room on freenode.
3.4.2 - 26 April 2017
* Docs: Document how to make lager use UTC timestamps (#405)

+ 1
- 1
src/lager.app.src 파일 보기

@ -3,7 +3,7 @@
{application, lager,
[
{description, "Erlang logging framework"},
{vsn, "3.4.2"},
{vsn, "3.5.0"},
{modules, []},
{applications, [
kernel,

불러오는 중...
취소
저장