./sysutils/erlang-lager, Logging framework for Erlang/OTP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.9.2nb1, Package name: erlang-lager-3.9.2nb1, Maintainer: pkgsrc-users

Lager (as in the beer) is a logging framework for Erlang. Its purpose
is to provide a more traditional way to perform logging in an erlang
application that plays nicely with traditional UNIX logging tools
like logrotate and syslog.


Required to run:
[sysutils/erlang-goldrush]

Required to build:
[pkgtools/cwrappers] [devel/rebar]

Master sites:

Filesize: 267.475 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-21 13:24:16 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (3)
Log message:
erlang-lager: Go back on rebar

pkgsrc changes:
---------------
  * Go back on devel/rebar instead of devel/rebar3.
  * Bump revision.
   2021-05-20 23:02:16 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (2)
Log message:
erlang-lager: Update to 3.9.2

upstream changes:
-----------------
3.9.2
  o Merge pull request #551 from paulo-ferraz-oliveira/feature/ci-otp-24
  o Tweak CI versions (add 24.0, move 23.2 to 23.3)
  o Merge pull request #547 from paulo-ferraz-oliveira/fix/unused_parse_t…
  o Prevent "a term is constructed, but never used" warning
3.9.1
  o Merge pull request #543 from paulo-ferraz-oliveira/fix/log_location
  o CI on Windows with GitHub Actions
  o Fix tests broken in f2ae8fe
  o Log to log_root+..._log except if ..._log is absolute
  o Remove appveyor from CI
3.9.0
  o Merge pull request #539 from paulo-ferraz-oliveira/feature/erl_anno_i…
  o Merge pull request #540 from paulo-ferraz-oliveira/fix/log_location
  o Get rid of pre-OTP 21 test code workarounds
  o Embrace the future
  o Replace Travis CI with GitHub Actions
  o Make our intentions explicit
  o Properly fetch opaque info.
  o Prevent "wrong" log location
3.8.2
  o Merge pull request #536 from paulo-ferraz-oliveira/feature/log_root_o…
  o Merge pull request #535 from yidayoung/master
  o Merge pull request #537 from paulo-ferraz-oliveira/feature/loc_for_line
  o Adapt to OTP 24's Line v. {Line,Col} location
  o Remove unnecessary code
  o Make default logs write to log_root, if defined
  o Allow log_root on crash_log
  o Ensure relative log file not change when current path changed
   2021-01-16 01:10:51 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4)
Log message:
erlang-lager: Update to 3.8.1

No changelog is provided upstream. Changes can be observed through git log:
https://github.com/erlang-lager/lager/commits/master
   2017-10-24 08:46:15 by Filip Hajny | Files touched by this commit (3)
Log message:
Update sysutils/erlang-lager to 3.5.2.
- Update HOMEPAGE.
- Fix dependency handling.

Changes since 3.5.1
- Support unicode format string.
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.
   2017-07-07 11:48:07 by Filip Hajny | Files touched by this commit (4)
Log message:
Update sysutils/erlang-lager to 3.5.1.

3.5.1 - 15 June 2017

- Doc fix: Missed a curly brace in an example. (#412)
- Feature: Dynamic metadata functions (#392) - It is now possible to
           dynamically add metadata to lager messages. See the "dynamic
           metadata" section above for more information.
- Doc fix: Add information about the "application" placeholder. (#414)

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)
- Docs: Add a note about our triage cadence.
- Docs: Update lager_syslog URL
- Docs: Document placeholders for error_logger integration (#404)
- Feature: Add hex.pm metadata and full rebar3 support.

3.4.1 - 28 March 2017

- Docs: Added documentation around using lager in the context of elixir \ 
applications (#398)
- Bugfix: Properly expand paths when log_root is set. (#386)
- Policy: Removed R15 from Travis configuration

3.4.0 - 16 March 2017

- Policy: Adopt official OTP support policy. (This is the **last** lager 3.x release
  that will support R15.)
- Test: Fix timeouts, R15 missing functions on possibly long-running tests in \ 
Travis. (#394, #395)
- Feature: capture and log metadata from error_logger messages (#397)
- Feature: Expose new trace filters and enable filter composition (#389)
- Feature: Log crashes from gen_fsm and gen_statem correctly (#391)
- Docs: Typo in badge URL (#390)

3.3.0 - 16 February 2017

- Docs: Fix documentation to make 'it' unambiguous when discussing asychronous
  operation. (#387)
- Test: Fix test flappiness due to insufficient sanitation between test runs \ 
(#384, #385)
- Feature: Allow metadata only logging. (#380)
- Feature: Add an upper case severity formatter (#372)
- Feature: Add support for suppressing start/stop messages from supervisors (#368)
- Bugfix: Fix ranch crash messages (#366)
- Test: Update Travis config for 18.3 and 19.0 (#365)

3.2.4 - 11 October 2016

- Test: Fix dialyzer warnings.

3.2.3 - 29 September 2016

- Dependency: Update to goldrush 0.19

3.2.2 - 22 September 2016

- Bugfix: Backwards-compatibility fix for `{crash_log, undefined}` (#371)
- Fix documentation/README to reflect the preference for using `false`
  as the `crash_log` setting value rather than `undefined` to indicate
  that the crash log should not be written (#364)
- Bugfix: Backwards-compatibility fix for `lager_file_backend` "legacy"
  configuration format (#374)