Andrew Thompson
|
56e438b839
|
Add a TODO
|
13 лет назад |
Andrew Thompson
|
d72f7090ca
|
Add a gitignore file
|
13 лет назад |
Andrew Thompson
|
ec61e88d8a
|
Make the dialyzer happy.
|
13 лет назад |
Andrew Thompson
|
077f218cd9
|
Make logging not crash when lager is not running
|
13 лет назад |
Andrew Thompson
|
0a9c20367d
|
Merge branch 'master' of github.com:basho/lager
|
13 лет назад |
Andrew Thompson
|
db725a90ba
|
Add support for parameterized modules to the parse transform
|
13 лет назад |
Andrew Thompson
|
0431806780
|
Prettier indenting in app file
|
13 лет назад |
Andrew Thompson
|
de21911a9d
|
Typo
|
13 лет назад |
Andrew Thompson
|
675006ec86
|
Make tests quiet
|
13 лет назад |
Andrew Thompson
|
474bfc9e36
|
Fix failing test
|
13 лет назад |
Andrew Thompson
|
734b8af161
|
Remove more unused things from the Makefile
|
13 лет назад |
Andrew Thompson
|
9cbb72c3ca
|
Cleanup some commented out code
|
13 лет назад |
Andrew Thompson
|
855f1c9c85
|
Typo
|
13 лет назад |
Andrew Thompson
|
8895e1bf49
|
Fix error_logger handler restoration
|
13 лет назад |
Andrew Thompson
|
6a8403f371
|
Fix edoc generation
|
13 лет назад |
Andrew Thompson
|
eb68bc17fa
|
Fixed comments
|
13 лет назад |
Andrew Thompson
|
953b8ae761
|
Tweak README
|
13 лет назад |
Andrew Thompson
|
73322d5320
|
Remove unnecessary deps directive from rebar.config
|
13 лет назад |
Andrew Thompson
|
d6077b44d7
|
Remove needless targets from Makefile
|
13 лет назад |
Andrew Thompson
|
c738bf3622
|
Supervisor startup should be debug level
|
13 лет назад |
Andrew Thompson
|
3e3bed6fae
|
Set gen_event:call timeout to infinity.
|
14 лет назад |
Andrew Thompson
|
4ac01374fa
|
Rename trunc_io to lager_trunc_io to prevent clashes
|
14 лет назад |
Andrew Thompson
|
de705e4357
|
Corrections to README
|
14 лет назад |
Andrew Thompson
|
d588edcb66
|
Suppress trailing newlines on log messages
|
14 лет назад |
Andrew Thompson
|
5394a7d3fd
|
Add lager.hrl
|
14 лет назад |
Andrew Thompson
|
26da2dce2d
|
Merge branch 'adt-trunc-io-format'
Conflicts:
src/lager_crash_log.erl
|
14 лет назад |
Andrew Thompson
|
c48c625894
|
Minor changes requested
|
14 лет назад |
Andrew Thompson
|
338ca9cf15
|
Adjust the supervisor restart thresholds to 10 restarts in 1 minute
|
14 лет назад |
Andrew Thompson
|
dae643f8dd
|
Make the size of messages in the crash log configurable
|
14 лет назад |
Andrew Thompson
|
d230cbaa02
|
More fixes found by QC and some QC improvements
|
14 лет назад |
Andrew Thompson
|
71fae1b89a
|
Truncator for funs; special case binary truncation when max is 0
|
14 лет назад |
Jon Meredith
|
1f9ebb9e1e
|
Added a FudgeLen to bound how far over it can go.
trunc_io:format checks the length after formatting funs/bignums etc
so it can go over.
|
14 лет назад |
Andrew Thompson
|
886d410eb9
|
Make highest log level be 0; add some helper macros
|
14 лет назад |
Jon Meredith
|
c7ad3f80d5
|
Added basic eqc test for trunc_io:format with maxlen.
|
14 лет назад |
Andrew Thompson
|
f3b9fbd0fb
|
Take the size of the format string into account when printing
|
14 лет назад |
Andrew Thompson
|
37f190f037
|
Try to give more equal allocations to large terms
|
14 лет назад |
Andrew Thompson
|
01dc584838
|
Add truc_io:format and use it in the crash logger
|
14 лет назад |
Andrew Thompson
|
3a8fe3bd49
|
Typo in .app.src file
|
14 лет назад |
Andrew Thompson
|
f11e114c94
|
Don't leak file handles on rotation
|
14 лет назад |
Andrew Thompson
|
29494de8a1
|
Fix mistakes in error formatting
|
14 лет назад |
Andrew Thompson
|
cddb2383b6
|
Don't deadlock on file handler init error
|
14 лет назад |
Andrew Thompson
|
61ae86f04f
|
Minor documentation tweaks
|
14 лет назад |
Andrew Thompson
|
7e68976e1b
|
Try to improve M:F(A) printing a little
|
14 лет назад |
Andrew Thompson
|
862a9cb46c
|
Documentation!
|
14 лет назад |
Andrew Thompson
|
3c7eb575d3
|
Don't start the crash logger if its not configured
|
14 лет назад |
Andrew Thompson
|
037e742361
|
Add default env vars to the .app.src file
|
14 лет назад |
Andrew Thompson
|
ae4f678406
|
Don't wrap the level argument in a list for no reason
|
14 лет назад |
Andrew Thompson
|
bc0453352b
|
Handle out of space errors for crash.log too
|
14 лет назад |
Andrew Thompson
|
b72db977ba
|
Graceful handling of when there's no more disk space
|
14 лет назад |
Andrew Thompson
|
f282fbf372
|
Reinstall any error_logger handlers on application shutdown
|
14 лет назад |