Andrew Thompson
b0a5d08227
Fix trace_file to return the new trace return type
há 10 anos
Andrew Thompson
c2b75f0674
Make start_trace return a term that stop_trace/1 can consume
há 10 anos
Jon Meredith
a89e420224
Merge pull request #233 from dvaergiller/color_atom
Mention the color atom for the formatter config
há 10 anos
Jon Meredith
5295fa281d
Merge pull request #227 from derek121/readme-file-config
Fix specification of backend config in log rotation example
há 10 anos
Bishop Bors
022077b1da
Merge pull request #250 from evanmcc/stop-start-suppression
add application stop/start suppression for ct logs
Reviewed-by: seancribbs
há 10 anos
Eric Liang
55fba1e3ba
don't discard notify message which will hang a caller waiting for the response forever
há 10 anos
Evan Vigil-McClanahan
df3cf16345
add application stop/start suppression for ct logs
in common test, starting and stopping applications can make your logs
very noisy. the patch allows these messages to be suppressed on the
happy path, and raises the high water mark during ct tests so that
messages aren't dropped.
há 10 anos
Eric Liang
cd36e96fd7
add set_loghwm method in order to change high water mark on the fly
há 10 anos
Eric Liang
1be7d7378f
add high water mark support to lager_file_backend
há 10 anos
Eric Liang
e1a2907d5c
refactor message flow control by encapsulating high water mark in lager_shaper
há 10 anos
Luis Rascao
9d0bfda1d5
make trace and stop_trace take the same arguments
há 10 anos
Luis Rascao
474516c95d
add per-module per-function trace example
há 10 anos
Jon Meredith
e88c9160ae
Merge pull request #244 from joedevivo/master
needs log level explicitly set
há 10 anos
Joe DeVivo
109aa6b605
needs log level explicitly set
há 10 anos
Danil Zagoskin
e0a7d02815
mention log_root variable in README.md
há 10 anos
Danil Zagoskin
78d80bdddd
implement log_dir option handling
há 10 anos
Bishop Bors
4bb4634804
Merge pull request #240 from joedevivo/master
removed other handlers for common test bounces
Reviewed-by: seancribbs
há 10 anos
Joe DeVivo
dd792c8e0c
removed other handlers for common test bounces
há 10 anos
Jon Meredith
840acab51e
Bumped version to 2.1.0 to reflect map support and other fixes.
há 10 anos
Jon Meredith
2ced8a69cf
Merge pull request #236 from fishcakez/maps
Add maps support
há 10 anos
Jon Meredith
1487f4f80b
Merge pull request #237 from fishcakez/ct_backend_dialyzer
Fix ct backend dialyzer warnings
há 10 anos
James Fish
cd76e0fff0
Update tools.mk
há 10 anos
James Fish
8685853c91
Add maps formatting
Note that compiling on OTP 17.0, or later, will produce beam files
(specifically lager_trunc_io) that are incompatible with R16B03-1, or
earlier, due to erlang:is_map/1 using a new beam opcode (156). However
if compiled on R16B03-1, or earlier, will produce beams files that are
compatible with 17.0, and later, and maps will be formatted where
supported by the active OTP release.
há 10 anos
James Fish
d051396112
Fix ct backend dialyzer warnings
* Fix unmatched return
* Fix set_loglevel call to store mask in state
* Add common_test to plt for ct:pal spec
há 10 anos
James Fish
2ce67d5d53
Fix line numbers detection in tests for OTP >= 17
há 10 anos
Mattias Jansson
f433da014b
Mention the color atom for the formatter config
há 10 anos
Derek Brown
9ec3499e9b
Fix specification of backend config in log rotation example
The example in "Internal log rotation" includes the tuple
{name, "error.log"}
This apparently should be
{file, "error.log"}
as seen in other config examples in README.md.
há 10 anos
Jared Morrow
dd267603e9
Merge pull request #224 from joedevivo/master
lager_common_test_backend
há 10 anos
Joe DeVivo
d29d6c7062
cleaned up lager_common_test_backend:bounce for log level
há 10 anos
Joe DeVivo
28239b887e
Removed 1.X support
há 10 anos
Joe DeVivo
d7f60e2c72
@doc for lager_common_test_backend
há 10 anos
Joe DeVivo
1b8acdb05b
lager_backend for use with common_test
há 10 anos
Andrew Thompson
4d8291edb7
Merge pull request #216 from fogfish/master
fix issue #215 : lager.app env overwrites default handlers
há 11 anos
Dmitry Kolesnikov
b3f3f68976
fix issue #215 : lager.app env overwrites default handlers
the default handlers defined at lager.app overwrites handlers defined previously by application:set_env(lager, handlers, ...) if lager application is started application:start(lager)
há 11 anos
Andrew Thompson
63c2ad6ba3
Merge pull request #210 from egobrain/patch-1
Fixed typo in README.md
há 11 anos
egobrain
5e38f33b9f
Fixed typo in README.md
Fixed forgotten commas.
há 11 anos
Andrew Thompson
1613842357
Fix eunit test
há 11 anos
Andrew Thompson
36466ef78c
Merge pull request #166 from srstrong/master
Added options parameter to lager:trace_file
há 11 anos
Andrew Thompson
73f0806a0d
Merge pull request #209 from jlouis/fix-17
Fix compile on Release 17 the right way.
há 11 anos
Jesper Louis Andersen
1987ca32f5
Fix compile on Release 17 the right way.
Change a latin1 sequence so it is given as a list of integers. this avoids the problem entirely
since ASCII has the same representation in both latin1 and in utf-8
há 11 anos
Andrew Thompson
e118ae7a71
Merge pull request #205 from pooya/master
Use a binary rebar compiled with an older version of Erlang.
há 11 anos
Shayan Pooya
b31c47c61a
Use a binary rebar compiled with an older version of Erlang.
It has been compiled with R13B03 and resolves issue #183 .
há 11 anos
Andrew Thompson
b6b6cebcb2
Roll version 2.0.3
há 11 anos
Andrew Thompson
0e2ed22292
Merge pull request #202 from basho/adt-buildbot-fixes
Make tests pass on buildbot more of the time
há 11 anos
Andrew Thompson
46785b6541
Merge pull request #204 from roowe/disable_pp_records
support disable pretty printing records encountered at compile time
há 11 anos
Roowe
f797f99218
support disable pretty printing records encountered at compile time
há 11 anos
Andrew Thompson
da4419e23e
Merge pull request #201 from yfyf/flush_only_events
Only discard gen_event notifications on high watermark
há 11 anos
Andrew Thompson
752733b093
Make tests pass on buildbot more of the time
há 11 anos
Ignas Vyšniauskas
b07d6b5255
Only discard gen_event notifications on high watermark
Previously all messages were being flushed, which meant that trapped exits
and internal gen_event messaging was also flushed, leading to undefined
behaviour.
closes #198
há 11 anos
Andrew Thompson
85c2c2f824
Merge pull request #200 from yfyf/fix_tests
Fix: correct lager startup in crash_log test
há 11 anos