ソースを参照

Release 3.0.3

pull/321/head 3.0.3
Mark Allen 9年前
コミット
c7737da3a1
2個のファイルの変更14行の追加1行の削除
  1. +13
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 13
- 0
README.md ファイルの表示

@ -583,3 +583,16 @@ You can also pass it to `erlc`, if you prefer:
``` ```
erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_size, 1024}' file.erl erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_size, 1024}' file.erl
``` ```
3.x Changelog
-------------
3.0.3 - 27 January 2016
* Feature: Pretty printer for human readable stack traces (#298)
* Feature: Make error reformatting optional (#305)
* Feature: Optional and explicit sink for error_logger messages (#303)
* Bugfix: Always explicitly close a file after its been rotated (#316)
* Bugfix: If a relative path already contains the log root, do not add it again (#317)
* Bugfix: Configure and start extra sinks before traces are evaluated (#307)
* Bugfix: Stop and remove traces correctly (#306)
* Bugfix: A byte value of 255 is valid for Unicode (#300)
* Dependency: Bump to goldrush 0.1.8 (#313)

+ 1
- 1
src/lager.app.src ファイルの表示

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

読み込み中…
キャンセル
保存