Andrew Thompson
002555ae7c
Make xref depend on compile
11 yıl önce
Andrew Thompson
4a0c5e9b55
Add xref target, with exclusions
11 yıl önce
Alexander Zhukov
032b3fc518
Fix lager_console_backend:is_new_style_console_available() function: check for win32 was incorrect.
11 yıl önce
Andrew Thompson
0df1dd4949
Roll version 2.0.2
11 yıl önce
Andrew Thompson
da0e4cae00
Merge pull request #192 from basho/adt-fix-empty-binary-printing
Remove the workaround for the bug when printing empty binaries in W mode
11 yıl önce
Andrew Thompson
017a5167fa
Force goldrush to version 0.1.6
11 yıl önce
Andrew Thompson
6ab08dc097
Fix test run on OSX
11 yıl önce
Andrew Thompson
4c7bd96d62
Remove the workaround for the bug when printing empty binaries in W mode
The fix for this was merged in R16 somewhere, so this workaround is no
longer needed, and fixes the EQC test from spotting the divergent
behaviour with io_lib.
See also: http://erlang.org/pipermail/erlang-patches/2012-September/003034.html
11 yıl önce
Andrew Thompson
6a7a456bd5
Merge pull request #188 from basho/adt-dialyzer-fixes
Fix dialyzer warnings and make all the records typed
11 yıl önce
Andrew Thompson
faf3096d99
Fix dialyzer warnings and make all the records typed
11 yıl önce
Andrew Thompson
d18019bff4
Tweak test and update goldrush dep
11 yıl önce
Pedram Nimreezi
d093edea44
Add tracing support for metadata notfound
11 yıl önce
Andrew Thompson
d65b91a6bc
Merge pull request #187 from basho/adt-dialyzer-mad-science
Rework how dialyzer PLTs are built and used
11 yıl önce
Andrew Thompson
58bf04318e
Refactor into tools.mk
11 yıl önce
Andrew Thompson
56a217cfee
Add plt to gitignore
11 yıl önce
Andrew Thompson
c41ec3ede0
Rework how dialyzer PLTs are built and used
This commit splits the PLTs into 2, one for all the required OTP
applications that are in the stdlib, and the other for the rebar
dependancies. Each one is created if it does not exist, then checked for
validity and then --add_to_plt is used to add any missing files (this is
very fast if nothing needs to be added). Then the application is
dialyzed using both PLTs.
The 'combo' PLT which resides in ~ is intended to be used by all of
Riak's deps, so it can grow to cover the set of OTP applications that
Riak depends on. Each project can only specify the ones it cares about.
11 yıl önce
Andrew Thompson
2a2d5f95e8
Merge pull request #186 from basho/feature/variable-plt-target
Allow PLT destination to be specified
11 yıl önce
Reid Draper
c1d9f9835f
Update PHONY Makefile target
11 yıl önce
Reid Draper
c2c70f139d
Allow PLT destination to be specified
11 yıl önce
Andrew Thompson
555e437217
Merge pull request #185 from filmor/patch-1
Fixed formatting.
11 yıl önce
Benedikt Sauer
19f1ec2df5
Fixed formatting.
11 yıl önce
Andrew Thompson
7763143a29
Merge pull request #179 from DeadZen/dz-fix-eunit-startup
Fix lager eunit initialization
11 yıl önce
Pedram Nimreezi
be6a315e59
Fix lager eunit initialization
11 yıl önce
Andrew Thompson
ad400896af
Roll version 2.0.1
11 yıl önce
Andrew Thompson
b29710406e
Update to goldrush 0.1.5
11 yıl önce
Andrew Thompson
019354b867
Merge pull request #178 from josephwecker/master
Set source encoding so R17 compiler doesn't choke on lager_file_backend
11 yıl önce
Joseph Wecker
e2324d189c
Set source encoding so R17 compiler doesn't choke on code introduced in 2b544c4
11 yıl önce
Andrew Thompson
47a7ee1ca6
Merge pull request #167 from essen/update-rebar
Update rebar to support REBAR_DEPS_DIR
11 yıl önce
Sean Cribbs
822062478a
Merge pull request #173 from mururu/fix-doc
Fix doc of lager_console_backend
11 yıl önce
Yuki Ito
f9060e708c
Fix doc of lager_console_backend
11 yıl önce
Maxim Minin
4c7e77e8f1
pr fun for nested records.
11 yıl önce
Maxim Minin
773e4439be
simple test for pretty print of nested records.
11 yıl önce
Loïc Hoguin
2898749b94
Update rebar to support REBAR_DEPS_DIR
11 yıl önce
Steve Strong
7d76822341
Added options parameter to lager:trace_file
11 yıl önce
Andrew Thompson
2965c23f46
Merge pull request #165 from ferd/master
Clarifying how to disable 'crash_log'
11 yıl önce
Fred Hebert
ee0faa8674
Clarifying how to disable 'crash_log'
The current set of instructions mention 'crash_log' being left undefined
as a variable to disable it, but when that happens, lager starts it at a
default location.
This commit makes it obvious that the value must explicitly set to
'undefined' in order to disable crash_log.
11 yıl önce
Paul Khusainov
12433c0dec
Load default_tracer before backends
11 yıl önce
Alexander Ovchinnikov
e697038a84
Revert "Specify node in the default formatter"
This reverts commit 6d7d1cc11d
.
11 yıl önce
Alexander Ovchinnikov
6ee1113ec0
lager_uril.erl: validate_trace and trace acc modified to accept more filter expressions
11 yıl önce
Alexander Ovchinnikov
52e0fa4520
Merge branch 'master' of github.com:basho/lager
11 yıl önce
Andrew Thompson
9b9e53f81c
Merge pull request #156 from onlychoice/patch-1
Update README: fix no_file error and config format error
12 yıl önce
Andrew Thompson
d613b595ba
Add a test for rotation failing and returning an error
12 yıl önce
Zhihui Jiao
bd02c0e76c
Update README: fix no_file error and config format error
12 yıl önce
Shane Howley
148760f1ff
Fixed log rotation hang when file:delete fails.
12 yıl önce
Andrew Thompson
316c595e37
Merge pull request #151 from basho/adt-disable-date-rotation
Can't disable periodic file rotation
12 yıl önce
Andrew Thompson
8ea8da5986
Merge pull request #150 from seriyps/async-window
Add `async_threshold_window` option. #147
12 yıl önce
Andrew Thompson
f063c47842
Merge pull request #148 from h4cc/patch-1
Removed incorrect ']}' from example config.
12 yıl önce
Andrew Thompson
24029226d1
Allow date rotation to be disabled
12 yıl önce
Sergey Prokhorov
73d286e2b0
Add `async_threshold_window` option. #147
12 yıl önce
h4cc
99dd334b7c
Removed incorrect ']}' from example config.
12 yıl önce