Andrew Thompson
7778aa8992
Merge pull request #461 from HowardStark/master
Fixed platform_define pattern matching
пре 6 година
Howard Stark
701cd90c39
Fixed platform_define pattern matching
пре 6 година
Mark Allen
06f676aad8
Merge pull request #459 from russagit/Fix_issue_458
Fix reinstalling all handlers after killing a sink #458
пре 6 година
Mark Allen
d83a79a6b1
Merge pull request #460 from getong/test_erlang_21.0
test erlang/otp 21.0
пре 6 година
getong
b984b12ec7
test erlang/otp 21.0
пре 6 година
Rustam Safargalin
86e8d0137e
Fix reinstalling all handlers after killing a sink #458
пре 6 година
Andrew Thompson
222293143f
Roll 3.6.3
пре 7 година
Andrew Thompson
f92d43021f
Merge pull request #456 from erlang-lager/adt/otp-21
OTP 21 support
пре 7 година
Andrew Thompson
e372f45261
Add OTP 21.0 RC2 to the travis testing temporarily
пре 7 година
Andrew Thompson
05bc579028
OTP 21 support
To support OTP 21 we manually start error_logger if it is not present
(and lager is configured to install an error_logger handler) and we add
error_logger as a logger handler.
Longer term we should switch to installing our own logger handler, but
that is a larger task as we'd have to redo all the event parsing, if
that is even possible.
пре 7 година
Andrew Thompson
d0a9db3b7a
Roll 3.6.2
пре 7 година
Mark Allen
0f30212e1b
Merge pull request #449 from IgorKarymov/master
Bugfix. flush_threshold not working.
пре 7 година
Igor Karymov
43d304038e
Bugfix. flush_threshold not working.
Fix incorrect option name validation.
пре 7 година
Andrew Thompson
9a7ab5ebed
Merge pull request #447 from erlang-lager/node_formatter
Add `node` as a formatting option
пре 7 година
Mark Allen
ebf74afbf0
Add `node` as a formatting option
Closes #309 . This will enable the use of `node`
in log formatting. It uses the value of the node()
function via atom_to_list/1 to output a value.
There is a simple test case.
пре 7 година
Mark Allen
144cece24c
Merge pull request #446 from surik/using_with_elixir
Update Elixir section with information about parse_transform
пре 7 година
Yury Gargay
1efc38c70a
Update Elixir section with information about parse_transform
According to the official changelog for elixir 1.5 parse_transform is
deprecated since this version. See
https://github.com/elixir-lang/elixir/blob/v1.5/CHANGELOG.md#4-deprecations
пре 7 година
Mark Allen
5558a73304
Merge pull request #445 from getong/change_default_console_configuration
use "[{level,info}]" instead
пре 7 година
getong
c9bf9e8ac6
use "[{level,info}]" instead
пре 7 година
Mark Allen
f369835b65
Merge pull request #442 from shino/pretty-print-list
Pretty print lists of records at top level and field values
пре 7 година
Mark Allen
97dc81add9
Merge pull request #441 from bullno1/master
Ignore return value of lager:dispatch_log in lager.hrl
пре 7 година
Shunichi Shinohara
a430820d8f
Pretty print list of records and list values in fields
пре 7 година
Shunichi Shinohara
4850ddefa5
Rename pr test suite
пре 7 година
Bach Le
c38dc5ae0a
Ignore return value of lager:dispatch_log in lager.hrl
This is to suppress dialyzer's `unmatched_return` warning
пре 7 година
Andrew Thompson
ff7ae90b26
Fix edoc
пре 7 година
Andrew Thompson
6cc6b125ad
Roll 3.6.1
пре 7 година
Mark Allen
58812d0b49
Merge pull request #440 from erlang-lager/adt/dont-log-0-drops
Don't log when we dropped 0 messages
пре 7 година
Andrew Thompson
ef862220a8
Don't log when we dropped 0 messages
пре 7 година
Andrew Thompson
ff134d4046
Merge pull request #439 from aeternity/uw-flush-bugfix
add flush options to proplist validation
пре 7 година
Ulf Wiger
295d6031ed
add flush options to proplist validation
пре 7 година
Mark Allen
c694de05f7
Merge pull request #436 from erlang-lager/adt/fix-flushing
Make a few corrections to the recent mailbox flushing changes
пре 7 година
Andrew Thompson
985612f167
Make a few corrections to the recent mailbox flushing changes
пре 7 година
Mark Allen
cb1acd919c
Roll 3.6.0
пре 7 година
Mark Allen
c0abb53d56
Merge pull request #432 from puzza007/remove-r15
Remove code which supports R15
пре 7 година
Mark Allen
676af76059
Merge pull request #420 from windkit/for-leofs
Add custom log rotator option and hourly log rotation
пре 7 година
Paul Oliver
6584c7afc9
Remove code which supports R15
пре 7 година
Wilson Li
633d965e33
Fixed README
пре 7 година
Wilson Li
12171e196f
Allow crash log to set rotator module
пре 7 година
Wilson Li
9669bb14c0
Seperated Rotator Related from lager_util to lager_rotator_default
пре 7 година
Wilson Li
a331b87caa
Update to README about custom rotator and hour specification
пре 7 година
Wilson Li
b3d89df07e
Set default value for rotator
пре 7 година
Wilson Li
d22760555e
Added Rotator Behaviour Definition
пре 7 година
Wilson Li
b3fc8fd785
Added Hourly Rotation Option, Added Rotator Option
пре 7 година
Mark Allen
1debfb4bb1
Merge pull request #430 from erlang-lager/function-name-otp-18-compat
Take a stab at OTP 18 compatability with macro logging
пре 7 година
Andrew Thompson
3ec90fadec
Take a stab at OTP 18 compatability with macro logging
пре 7 година
Mark Allen
2b0d790790
Merge pull request #429 from erlang-lager/yet-another-stacktrace-format
Handle yet another stacktrace form
пре 7 година
Andrew Thompson
12d2a6f5c6
Handle yet another stacktrace form
Sometimes the stacktrace is a larger array of {M, F, A, Prop} tuples.
The handler code was expecting at most 2 tuples in the list. Relax this
requirement and add a test that provokes this edge-case.
пре 7 година
Andrew Thompson
a1d44f3ba2
Merge pull request #419 from tsloughter/macros
support logging with macros per level
пре 7 година
Andrew Thompson
4242ec5002
Merge pull request #427 from aeternity/uw-dont-flush-notify-msgs
Dont flush notify msgs at overload
пре 7 година
Ulf Wiger
7df4c40d4e
change flush default to true; add flush threshold
пре 7 година