Ted Burghart
b8a8ed0b28
Merge mkurkov:fix/error-logger-backend-unicode, PR #259 , with adjustments for handling extra data.
há 10 anos
Ted Burghart
5b43a8bae4
Change how result strings are handled to accomodate additional data.
há 10 anos
John R. Daily
e08fc432a8
Fix status
há 10 anos
John R. Daily
302767ec0f
Make dialyzer happy
há 10 anos
Ted Burghart
d35f20f609
merge current work from master branch, and clean up a couple of warnings along the way
há 10 anos
Ted Burghart
96f5b5c57d
changed has_line_numbers() to recognize the new OTP release pattern.
há 10 anos
John R. Daily
d5856f2284
Add sink identification export
há 10 anos
John R. Daily
439a81c2ca
Introduce sleep to account for interval between writes necessary for rotation to work
há 10 anos
John R. Daily
9d9bf29633
Fix init (for some questionable definition of fix)
há 10 anos
John R. Daily
e070348290
Fix some legacy loglevel handling in tests
há 10 anos
John R. Daily
f37a957a0e
Support extra sink argument
há 10 anos
John R. Daily
daf3fdeb02
Move the extra sink argument down a layer so that reinstalls work properly
há 10 anos
John R. Daily
a71a7ff1a7
Do not forget to clear traces from global loglevel settings
há 10 anos
John R. Daily
a230240c58
Support new sink metadata in init
há 10 anos
MaximMinin
d66790f612
test for tracing to a dedicated file if root_log is set.
há 10 anos
Mikl Kurkov
171e9596ea
Fix error_logger backend 'Format error' on unicode in Args
há 10 anos
Mikl Kurkov
e9fba0d64c
Fix noproc test fail
há 10 anos
John R. Daily
194f4aeb94
lager maps to lager_event, so audit maps to audit_event
há 10 anos
John R. Daily
752065eb55
Read extra sinks from configuration options
há 10 anos
John R. Daily
5f27739e1e
At the lowest level of the transform, allow multiple sinks
há 10 anos
Ted Burghart
1f76822d10
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.
há 10 anos
MaximMinin
b7da929f69
trace_file don't work, if env "log_root" is set.
há 10 anos
John R. Daily
5c1a0795cf
Need dat get_loglevels/4
há 10 anos
John R. Daily
087e931004
error_logger was always its own sink - return to that behavior
há 10 anos
John R. Daily
4343bc776d
Cannot use basho_bench without a parse transform; I hope this minimal change will do it
há 10 anos
John R. Daily
1b14a42b5b
Follow-on to previous fix
há 10 anos
John R. Daily
3ae2ca020c
Mixed up application:get_env with proplists behavior
há 10 anos
John R. Daily
a42eda8c96
Misunderstood the inbound Module term. Should probably have specs and/or a different name. Actually represents the unique ID we want, e.g. {lager_file_handler, "foo.log"}
há 10 anos
John R. Daily
67565b4444
Need 2ary get_loglevel (shame it is broken tho)
há 10 anos
John R. Daily
564bf98248
Do not lose existing handlers
há 10 anos
John R. Daily
5f3f0fee6c
Match the correct tuple. Return an {ok, _} tuple so the next case statement does not get confused
há 10 anos
John R. Daily
fb72c10ff0
Including the config in the handler ID only confuses our ability to detect matches from the handlers list
há 10 anos
John R. Daily
347c9c53b4
Lager STARTS
há 10 anos
John R. Daily
52c753c4f8
More bugfixes
há 10 anos
John R. Daily
a462c046fe
Various bugfixes of various levels of desperation
há 10 anos
John R. Daily
8fae61af12
More config tweaks
há 10 anos
John R. Daily
612dd4e65a
Finish fixing get/set. Got out of the habit of compiling before committing, oops
há 10 anos
John R. Daily
2926dd51a1
get/2 was confusing: Sink, Key or Key, Default. Clean up by forcing into {Sink, Key} tuple
há 10 anos
John R. Daily
ba5548e057
update_loglevel_config now takes a sink argument
há 10 anos
John R. Daily
b724b6bd42
Monads...still do not know what they are but I know I need em
há 10 anos
John R. Daily
b88e95ea42
macro ftw
há 10 anos
John R. Daily
efd3164248
Stupid compiler errors
há 10 anos
John R. Daily
21fd439a6f
Stupid compiler errors
há 10 anos
John R. Daily
53488fcb1a
Trailing commas, my old enemy
há 10 anos
John R. Daily
0ec113132b
Traces now are assigned to a single sink as requested (or lager_event by default)
há 10 anos
John R. Daily
cc7e4d26d4
Start incorporating support for dedicated tracing sink
há 10 anos
John R. Daily
db697bc720
Revert last change: we are not (yet) allowing backends to watch multiple sinks
há 10 anos
John R. Daily
6f6b0110f2
Starting down the path of making backends handle multiple sinks (primary use case is tracing)
há 10 anos
John R. Daily
c0d859441f
Rethink configuration, heavily rework lager_app:start for more modularity
há 10 anos
John R. Daily
a932df0e7d
To make configuration backwards compatible, I think lager_event stays as a special sink, with other sinks able to be added
há 10 anos