John R. Daily
1c42c3bffb
Roll 2.2.3
9 years ago
Bishop Bors
07206a658a
Merge pull request #361 from basho/r19-jrd-typed_records
Support typed records newly exposed in OTP 19
Reviewed-by: macintux
9 years ago
Johannes Weißl
632a1fba50
Support typed records newly exposed in OTP 19
Otherwise `lager_transform` fails after de9012628a
The error message is:
test/pr_nested_record_test.erl: error in parse transform 'lager_transform': {function_clause,
[{lager_transform,
'-walk_ast/2-fun-0-',
[{typed_record_field,
{record_field,5,
{atom,5,field1}},
{type,5,term,[]}}],
[{file,
"src/lager_transform.erl"},
{line,62}]},
9 years ago
Mark Allen
46f535b856
Roll 2.2.2
9 years ago
Mark Allen
fe919e559b
Update Changelog
9 years ago
John Daily
ed4a637945
Merge pull request #339 from basho/gh334-2x
Backport field name change from 3.x branch
9 years ago
John Daily
f2486ad5bf
Merge pull request #338 from basho/gh337-2x
Backport OTP 18 test fixes from 3.x branch
9 years ago
Mark Allen
9872869814
Backport field name change from 3.x branch
See #334
9 years ago
Mark Allen
946352fba0
Backport OTP 18 test fixes from 3.x branch
See #337
9 years ago
Mark Allen
75970de664
Release 2.2.1
9 years ago
Bishop Bors
d9bed3e887
Merge pull request #314 from basho/goldrush-018-2.x
Bump goldrush to 0.1.8
Reviewed-by: macintux
9 years ago
Bishop Bors
17835c797d
Merge pull request #308 from basho/gh267-2.x
Backport fix from #306 into 2.x branch
Reviewed-by: macintux
9 years ago
Mark Allen
93d401a2c3
Bump goldrush to 0.1.8
This mirrors a bump on the master (3.x) branch
9 years ago
Mark Allen
9ee64cd717
Add a test case for this fix
Ensure stopped traces remove their event handlers
and actually stop.
9 years ago
Mark Allen
69f6d06d6f
Fix tuple argument order to remove backend
See PR #306 for details. This is a backport.
9 years ago
Mark Allen
d1ff368a78
Merge pull request #292 from basho/bugfix/accept-255-or-0xFF
Accept 255 (or 0xFF in hexadecimal) for format strings
9 years ago
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 years ago
Bishop Bors
f65dde8552
Merge pull request #269 from basho/mra/otp-17
Update lager 2.x for OTP 17
Reviewed-by: JeetKunDoug
10 years ago
Mark Allen
f86a3e54ae
Pin goldrush to 0.1.7 release
Goldrush 0.1.7 completes the set of operators available for
a filter.
10 years ago
Mark Allen
aea251412b
Merge branch 'master' of https://github.com/MaximMinin/lager into mra/otp-17
10 years ago
Mark Allen
bd30a319b5
Add types to records in tests
10 years ago
Mark Allen
8eb17cb29f
Silence some compiler warnings during tests
10 years ago
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 years ago
John R. Daily
7e66e8eb3c
Introduce sleep to account for interval between writes necessary for rotation to work
10 years ago
Mikl Kurkov
d35d6297b2
Fix error_logger backend 'Format error' on unicode in Args
10 years ago
Ted Burghart
914a5b6ddb
Change how result strings are handled to accomodate additional data.
10 years ago
Ted Burghart
6c327e64c8
changed has_line_numbers() to recognize the new OTP release pattern.
10 years ago
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 years ago
MaximMinin
d66790f612
test for tracing to a dedicated file if root_log is set.
10 years ago
MaximMinin
b7da929f69
trace_file don't work, if env "log_root" is set.
10 years ago
Andrew Thompson
d33ccf3b69
Version 2.1.1
10 years ago
Andrew Thompson
89cd5df460
Merge tag '2.1.0'
10 years ago
Andrew Thompson
6f5bfed0a0
Merge pull request #254 from Vagabond/adt-badarg-stacktrace
Improve format_reason for certain oddly formed badarg stacktraces
10 years ago
Andrew Thompson
f27480c8a7
Fix #252 and add some more tests to the formatter
10 years ago
Andrew Thompson
927e002922
Merge pull request #219 from basho/jrd-update-readme
Typos, add formatting, rework the semi-iolist description
10 years ago
John R. Daily
30fbfbfd62
Typos, extra formatting, rework the semi-iolist description
11 years ago
Andrew Thompson
399db5e386
Merge pull request #246 from lrascao/doc/add_per_module_per_function_example
add per-module per-function trace example
10 years ago
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 years ago
Andrew Thompson
80663da3b4
Improve format_reason for certain oddly formed badarg stacktraces
10 years ago
Jon Meredith
b7984d4628
Merge pull request #241 from stolen/log_root
Add optional log_root environment variable
10 years ago
Andrew Thompson
95f5a133af
Fix #163 - start the file backend if it isn't running but a trace uses it
10 years ago
Andrew Thompson
b0a5d08227
Fix trace_file to return the new trace return type
10 years ago
Andrew Thompson
c2b75f0674
Make start_trace return a term that stop_trace/1 can consume
10 years ago
Jon Meredith
a89e420224
Merge pull request #233 from dvaergiller/color_atom
Mention the color atom for the formatter config
10 years ago
Jon Meredith
5295fa281d
Merge pull request #227 from derek121/readme-file-config
Fix specification of backend config in log rotation example
10 years ago
Bishop Bors
022077b1da
Merge pull request #250 from evanmcc/stop-start-suppression
add application stop/start suppression for ct logs
Reviewed-by: seancribbs
10 years ago
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 years ago
Luis Rascao
9d0bfda1d5
make trace and stop_trace take the same arguments
10 years ago
Luis Rascao
474516c95d
add per-module per-function trace example
10 years ago
Jon Meredith
e88c9160ae
Merge pull request #244 from joedevivo/master
needs log level explicitly set
10 years ago