560 Commits (fbfb7d6140cc4f14a15c8df48860a4a06288cd26)

Author SHA1 Message Date
  Mark Allen 6a458a4280 Make 'dynamic' conform to OTP gh#271 9 years ago
  Mark Allen 512fac4a21 Add unsafe_formatting option 9 years ago
  John R. Daily cf5b39c64f Severities must be convertible to numbers 9 years ago
  John R. Daily 9cc4abc366 Support _unsafe message levels that dodge trunc_io 10 years ago
  pvmart 8bc6408ec0 fix lager:stop_trace 10 years ago
  Mark Allen 9879bcc201 Remove tabs that snuck in last commit 10 years ago
  Mark Allen 31cf6c02a9 Check configuration as suggested in gh#253 10 years ago
  Mark Allen 3223014933 Use Meta as a better var name to capture intent 10 years ago
  Mark Allen 060402b9be Use macro here instead of naked atom 10 years ago
  Mark Allen 6226ef621d Make sure we use the real line number 10 years ago
  Serge Aleynikov a8e3a9610b Add abbreviated severity 'sev' available to formatter 10 years ago
  John R. Daily e78cc1c40d Backwards compatibility for any code sufficiently ill-behaved to invoke 2.x do_log directly 10 years ago
  John R. Daily 4f94260239 Revert decision to throw a {sink, Sink} tuple at every backend; instead, special case the throttle 10 years ago
  Mark Allen 1906cb247d Export get_loglevel/2 (derp) 10 years ago
  Mark Allen 8a178613e3 Fix errors in dispatch_log/6 parse transform 10 years ago
  Mark Allen f233b6d342 Return sinkname when not configured from transform 10 years ago
  Mark Allen c4e2520665 Fix derpy case clause with whereis 10 years ago
  Pedram Nimreezi d5e7843387 Add support for group leader strategies 10 years ago
  Mark Allen aa195121e7 Get loglevel of sink not default in transform 10 years ago
  Mark Allen 566a6dc626 If Sink referenced but not running, return error 10 years ago
  Mark Allen 4da506b06b Add check for same file across backends. 10 years ago
  John R. Daily 96e3ba7095 More/fixed comments 10 years ago
  John R. Daily 066fa59a1c The audit sink was always for experimentation. Remove it before it accidentally slips into a release 10 years ago
  John R. Daily b0a2c4c82e More bugfixes re: trace file handling 10 years ago
  John R. Daily 89ca81df2d Bugfix: handler tuple order was incorrect 10 years ago
  John R. Daily 13ec782f0a Fix the async threshold test to eliminate a race condition. It now tests something slightly different, but should be sufficient 10 years ago
  John R. Daily e08fc432a8 Fix status 10 years ago
  John R. Daily 302767ec0f Make dialyzer happy 10 years ago
  John R. Daily d5856f2284 Add sink identification export 10 years ago
  John R. Daily 439a81c2ca Introduce sleep to account for interval between writes necessary for rotation to work 10 years ago
  John R. Daily 9d9bf29633 Fix init (for some questionable definition of fix) 10 years ago
  John R. Daily e070348290 Fix some legacy loglevel handling in tests 10 years ago
  John R. Daily daf3fdeb02 Move the extra sink argument down a layer so that reinstalls work properly 10 years ago
  John R. Daily a71a7ff1a7 Do not forget to clear traces from global loglevel settings 10 years ago
  MaximMinin d66790f612 test for tracing to a dedicated file if root_log is set. 10 years ago
  Mikl Kurkov 171e9596ea Fix error_logger backend 'Format error' on unicode in Args 10 years ago
  John R. Daily 194f4aeb94 lager maps to lager_event, so audit maps to audit_event 10 years ago
  John R. Daily 752065eb55 Read extra sinks from configuration options 10 years ago
  John R. Daily 5f27739e1e At the lowest level of the transform, allow multiple sinks 10 years ago
  MaximMinin b7da929f69 trace_file don't work, if env "log_root" is set. 10 years ago
  John R. Daily 5c1a0795cf Need dat get_loglevels/4 10 years ago
  John R. Daily 087e931004 error_logger was always its own sink - return to that behavior 10 years ago
  John R. Daily 4343bc776d Cannot use basho_bench without a parse transform; I hope this minimal change will do it 10 years ago
  John R. Daily 1b14a42b5b Follow-on to previous fix 10 years ago
  John R. Daily 3ae2ca020c Mixed up application:get_env with proplists behavior 10 years ago
  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"} 10 years ago
  John R. Daily 67565b4444 Need 2ary get_loglevel (shame it is broken tho) 10 years ago
  John R. Daily 564bf98248 Do not lose existing handlers 10 years ago
  John R. Daily 5f3f0fee6c Match the correct tuple. Return an {ok, _} tuple so the next case statement does not get confused 10 years ago
  John R. Daily fb72c10ff0 Including the config in the handler ID only confuses our ability to detect matches from the handlers list 10 years ago