Mark Allen
75970de664
Release 2.2.1
пре 9 година
Bishop Bors
d9bed3e887
Merge pull request #314 from basho/goldrush-018-2.x
Bump goldrush to 0.1.8
Reviewed-by: macintux
пре 9 година
Bishop Bors
17835c797d
Merge pull request #308 from basho/gh267-2.x
Backport fix from #306 into 2.x branch
Reviewed-by: macintux
пре 9 година
Mark Allen
93d401a2c3
Bump goldrush to 0.1.8
This mirrors a bump on the master (3.x) branch
пре 9 година
Mark Allen
9ee64cd717
Add a test case for this fix
Ensure stopped traces remove their event handlers
and actually stop.
пре 9 година
Mark Allen
69f6d06d6f
Fix tuple argument order to remove backend
See PR #306 for details. This is a backport.
пре 9 година
Mark Allen
d1ff368a78
Merge pull request #292 from basho/bugfix/accept-255-or-0xFF
Accept 255 (or 0xFF in hexadecimal) for format strings
пре 9 година
Shunichi Shinohara
846b43e33d
Accept 255 (or 0xFF in dexadecimal) for format strings
At least for ISO 8859-1 (aka Latin-1) [1], 255 is one of its
characters.
[1] https://en.wikipedia.org/wiki/ISO/IEC_8859-1
пре 9 година
Bishop Bors
f65dde8552
Merge pull request #269 from basho/mra/otp-17
Update lager 2.x for OTP 17
Reviewed-by: JeetKunDoug
пре 10 година
Mark Allen
f86a3e54ae
Pin goldrush to 0.1.7 release
Goldrush 0.1.7 completes the set of operators available for
a filter.
пре 10 година
Mark Allen
aea251412b
Merge branch 'master' of https://github.com/MaximMinin/lager into mra/otp-17
пре 10 година
Mark Allen
bd30a319b5
Add types to records in tests
пре 10 година
Mark Allen
8eb17cb29f
Silence some compiler warnings during tests
пре 10 година
John R. Daily
d2d02bad8c
Fix the async threshold test to eliminate a race
It now tests something slightly different,
but should be sufficient to validate the
behavior is correct.
пре 10 година
John R. Daily
7e66e8eb3c
Introduce sleep to account for interval between writes necessary for rotation to work
пре 10 година
Mikl Kurkov
d35d6297b2
Fix error_logger backend 'Format error' on unicode in Args
пре 10 година
Ted Burghart
914a5b6ddb
Change how result strings are handled to accomodate additional data.
пре 10 година
Ted Burghart
6c327e64c8
changed has_line_numbers() to recognize the new OTP release pattern.
пре 10 година
Ted Burghart
69205ee55b
Update rebar dependencies for OTP-17 development.
Add/update file copyright headers where deterministically appropriate.
Note:
Many updates to rebar.config files have been scripted to ensure
consistency and likely have re-ordered configuration settings and options.
While the file may look significantly different, the content other than
dependency updates (and, in some cases, more stringent compilation options)
should be the same from rebar's perspective.
пре 10 година
MaximMinin
d66790f612
test for tracing to a dedicated file if root_log is set.
пре 10 година
MaximMinin
b7da929f69
trace_file don't work, if env "log_root" is set.
пре 10 година
Andrew Thompson
d33ccf3b69
Version 2.1.1
пре 10 година
Andrew Thompson
89cd5df460
Merge tag '2.1.0'
пре 10 година
Andrew Thompson
6f5bfed0a0
Merge pull request #254 from Vagabond/adt-badarg-stacktrace
Improve format_reason for certain oddly formed badarg stacktraces
пре 10 година
Andrew Thompson
f27480c8a7
Fix #252 and add some more tests to the formatter
пре 10 година
Andrew Thompson
927e002922
Merge pull request #219 from basho/jrd-update-readme
Typos, add formatting, rework the semi-iolist description
пре 10 година
John R. Daily
30fbfbfd62
Typos, extra formatting, rework the semi-iolist description
пре 11 година
Andrew Thompson
399db5e386
Merge pull request #246 from lrascao/doc/add_per_module_per_function_example
add per-module per-function trace example
пре 10 година
Andrew Thompson
2d3ed2e722
Merge pull request #251 from Vagabond/fix/make_trace_stop_trace_api_consistent_cleanup
Fix/make trace stop trace api consistent cleanup
пре 10 година
Andrew Thompson
80663da3b4
Improve format_reason for certain oddly formed badarg stacktraces
пре 10 година
Jon Meredith
b7984d4628
Merge pull request #241 from stolen/log_root
Add optional log_root environment variable
пре 10 година
Andrew Thompson
95f5a133af
Fix #163 - start the file backend if it isn't running but a trace uses it
пре 10 година
Andrew Thompson
b0a5d08227
Fix trace_file to return the new trace return type
пре 10 година
Andrew Thompson
c2b75f0674
Make start_trace return a term that stop_trace/1 can consume
пре 10 година
Jon Meredith
a89e420224
Merge pull request #233 from dvaergiller/color_atom
Mention the color atom for the formatter config
пре 10 година
Jon Meredith
5295fa281d
Merge pull request #227 from derek121/readme-file-config
Fix specification of backend config in log rotation example
пре 10 година
Bishop Bors
022077b1da
Merge pull request #250 from evanmcc/stop-start-suppression
add application stop/start suppression for ct logs
Reviewed-by: seancribbs
пре 10 година
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.
пре 10 година
Luis Rascao
9d0bfda1d5
make trace and stop_trace take the same arguments
пре 10 година
Luis Rascao
474516c95d
add per-module per-function trace example
пре 10 година
Jon Meredith
e88c9160ae
Merge pull request #244 from joedevivo/master
needs log level explicitly set
пре 10 година
Joe DeVivo
109aa6b605
needs log level explicitly set
пре 10 година
Danil Zagoskin
e0a7d02815
mention log_root variable in README.md
пре 10 година
Danil Zagoskin
78d80bdddd
implement log_dir option handling
пре 10 година
Bishop Bors
4bb4634804
Merge pull request #240 from joedevivo/master
removed other handlers for common test bounces
Reviewed-by: seancribbs
пре 10 година
Joe DeVivo
dd792c8e0c
removed other handlers for common test bounces
пре 10 година
Jon Meredith
840acab51e
Bumped version to 2.1.0 to reflect map support and other fixes.
пре 10 година
Jon Meredith
2ced8a69cf
Merge pull request #236 from fishcakez/maps
Add maps support
пре 10 година
Jon Meredith
1487f4f80b
Merge pull request #237 from fishcakez/ct_backend_dialyzer
Fix ct backend dialyzer warnings
пре 10 година
James Fish
cd76e0fff0
Update tools.mk
пре 10 година