Mark Allen
432160ff4c
Use travis containers
hace 9 años
Mark Allen
ac1be48f33
Merge pull request #340 from basho/travisci
Update travis yml
hace 9 años
Mark Allen
34ebf6cf4b
Add 18.3
hace 9 años
Mark Allen
d2c0aa5a26
Update travis yml
hace 9 años
John Daily
1bebb50562
Merge pull request #337 from basho/fix_18_tests
Put the warning map value into process dictionary (Fix OTP 18 test failures)
hace 9 años
Mark Allen
243ac12ddc
Merge pull request #334 from basho/issue-332
Address #332 : try both id and name
hace 9 años
Mark Allen
cbe7157701
Merge pull request #335 from basho/issue-329
Leverage existing lager_app:get_env wrapper for error_logger_lager_h
hace 9 años
Mark Allen
7662a8040d
Add comments and change binding name for clarity
hace 9 años
John R. Daily
81222ca486
More get_env cleanup
hace 9 años
Mark Allen
53b5eb808b
Put the warning map value into process dictionary
The sync_error_logger file looks up the value to send from a process
dictionary entry named `warning_map' When it is unset, it uses a mapping
which is fine for OTP 17 and before, but 18 and 19 the value changed.
So now we put the current mapping value into the process dictionary so
that the messages do not cause failed tests.
hace 9 años
John R. Daily
09610138fe
Tweak to be a bit more efficient
hace 9 años
John R. Daily
968d879148
Leverage existing lager_app:get_env wrapper for error_logger_lager_h
hace 9 años
John R. Daily
6d8cd800f9
Address #332 . The `stdlib` module `supervisor` reports the child name as `id` now vs `name` previously
hace 9 años
Bishop Bors
91e2e9e652
Merge pull request #327 from basho/bugfix/improper-io-list-support
Port improper iolist support from io_lib_format.erl & add tests
Reviewed-by: macintux
hace 9 años
Andrew Thompson
23e7bc085d
Port improper iolist support from io_lib_format.erl & add tests
hace 9 años
Mark Allen
b2cb273571
Release 3.1.0
hace 9 años
Bishop Bors
c973e94bb3
Merge pull request #311 from rabbitmq/rotate-command
API to explicitly call log rotation
Reviewed-by: macintux
hace 9 años
Mark Allen
c7737da3a1
Release 3.0.3
hace 9 años
Bishop Bors
a88fcd5481
Merge pull request #317 from basho/gh304
Do not add logroot in expand_path sometimes
Reviewed-by: bsparrow435
hace 9 años
Bishop Bors
23c5cc5da7
Merge pull request #305 from hairyhum/error_logger_format_raw
Option to not reformat error_logger messages
Reviewed-by: macintux
hace 9 años
Mark Allen
eb249f8172
Do not add logroot in expand_path sometimes
If expand_path/1 already contains LogRoot in its RelPath, do not
add it again.
hace 9 años
Daniil Fedotov
c278368a65
Replace API for file rotation. Now supports rotate_handler/1,2 to rotate custom handler
hace 9 años
Daniil Fedotov
4373c6e567
typo
hace 9 años
Bishop Bors
43183f3663
Merge pull request #316 from basho/rabbitmq-close-file-after-timebased-rotation
Close file right after rotation
Reviewed-by: bsparrow435
hace 9 años
Mark Allen
063d628549
Dialyzer insists on matching a return value
hace 9 años
Mark Allen
1ac1cc17ac
Merge branch 'close-file-after-timebased-rotation' of https://github.com/rabbitmq/lager into rabbitmq-close-file-after-timebased-rotation
hace 9 años
Bishop Bors
0076f317b7
Merge pull request #307 from basho/gh296-fix
Start traces after extra sinks are started
Reviewed-by: macintux
hace 9 años
Bishop Bors
7d2b04c1b2
Merge pull request #313 from basho/goldrush-018
Bump goldrush to 0.1.8 for not equal filters
Reviewed-by: macintux
hace 9 años
Bishop Bors
e8348964df
Merge pull request #306 from basho/gh267-fix
Fix internal tuple argument order
Reviewed-by: macintux
hace 9 años
Mark Allen
cf4e4e5049
Bump goldrush to 0.1.8 for not equal filters
hace 9 años
Mark Allen
0fb72d7744
Add tests for stopping traces gh#267
hace 9 años
Mark Allen
cb5114fbc3
Delete trace from the global handler list too
hace 9 años
Daniil Fedotov
962eb2c1d7
Rotate as gen_event:call
hace 9 años
Jean-Sébastien Pédron
31a5fc5b13
lager_file_backend: Close file after time-based rotation
Before, the old file was still being used until the next
`check_interval`, where the file was recreated and reopened.
hace 9 años
Daniil Fedotov
af3a2d79c4
API to explicitly call log rotation
hace 9 años
Daniil Fedotov
f9b38c5850
error_logger_format_raw added to module state
hace 9 años
Daniil Fedotov
edcf7f4992
No default config for reformatting error_logger messages
hace 9 años
Daniil Fedotov
4b9b21ce64
Valid case statement
hace 9 años
Daniil Fedotov
75e827a1bf
Application env error_logger_format_raw to not reformat error_logger messages
hace 9 años
Mark Allen
310ed140ab
Merge pull request #303 from hairyhum/master
Support for separate sink for error_logger messages
hace 9 años
Mark Allen
66869e2d63
Start traces after extra sinks are started
Previously, if you configured a trace to use an
extra sink, you'd get a noproc error. Addresses
issue #296 on github.
hace 9 años
Mark Allen
043c5ca95f
Merge branch 'master' of https://github.com/pvmart/lager into pvmart-master
hace 9 años
Daniil Fedotov
146b0461fd
Tests and SHOULD_LOG fix
hace 9 años
Daniil Fedotov
2248a2aad1
Support for separate sing for error_logger messages
hace 9 años
Bishop Bors
7177cb0737
Merge pull request #300 from basho/gh292-3x-forward-port
Forward port #292 to 3.x branch
Reviewed-by: shino
hace 9 años
Mark Allen
6452db6388
Forward port #292 to 3.x branch
255 is a valid ISO-8859-1 character. This was fixed
on 2.x by #292 . Forward port the fix into 3.x.
hace 9 años
Mark Allen
1265b62df5
Merge pull request #298 from habibutsu/master
Function for printing stacktrace in human readable form
hace 9 años
Alexander Verbitsky
aef8b9a9f4
Rewriting of function for printing stacktrace in human readable form with using 'format_mfa'
hace 9 años
Alexander Verbitsky
030309e8f1
Backward compatibility for old OTP versions
hace 9 años
Alexander Verbitsky
93f1c95894
Function for printing stacktrace in human readable form
hace 9 años