Mark Allen
|
91575d4479
|
Roll 3.8.1
|
4 lat temu |
Mark Allen
|
063b4dc5a9
|
Merge pull request #531 from erlang-lager/evanmcc-pterm-formatter
Add docs for pterm
|
4 lat temu |
Mark Allen
|
8779a27d44
|
Add docs
|
4 lat temu |
Mark Allen
|
4e4445c26d
|
Merge pull request #530 from erlang-lager/evanmcc-pterm-formatter
Avoid the persistent_term calls for OTP < 21
|
4 lat temu |
Mark Allen
|
6b2850f20b
|
Merge pull request #523 from erlang-lager/adt/more-statem-cases
Try to handle another way gen_statem logs crashes
|
4 lat temu |
Mark Allen
|
1101906090
|
Avoid persistent_term for OTP < 21
|
4 lat temu |
Evan Vigil-McClanahan
|
efaea270e1
|
add a pterm formatter
|
4 lat temu |
Andrew Thompson
|
d88b3663b9
|
Merge pull request #525 from lagebr/master
Add Hex badge
|
5 lat temu |
lagebr
|
6d708e3f84
|
Add Hex badge
|
5 lat temu |
Andrew Thompson
|
3990279867
|
Try to handle another way gen_statem logs crashes
|
5 lat temu |
Andrew Thompson
|
f26a8ea0f4
|
Update supported releases due to OTP 22
|
5 lat temu |
Andrew Thompson
|
d68f066fae
|
Try to use the new persistent term module instead of ETS in lager_config (#491)
|
5 lat temu |
Andrew Thompson
|
d073e8ddb1
|
Merge pull request #514 from macpie/master
Metadata whitelist
|
5 lat temu |
macpie
|
6b75f9b8a8
|
Metadata whitelist
|
5 lat temu |
Mark Allen
|
22e62f28e5
|
Roll 3.8.0
|
5 lat temu |
Mark Allen
|
d56b0697c9
|
Merge branch 'lrb'
|
5 lat temu |
Mark Allen
|
fc6221c92c
|
Fixup
|
5 lat temu |
Mark Allen
|
6825530e3c
|
Merge branch 'master' into lrb-windows-file-rotation
|
5 lat temu |
Mark Allen
|
f875d4346d
|
Merge pull request #510 from lukebakken/lrb-unicode-string-formatting
Add t to string formatting to accept unicode file and dir names
|
5 lat temu |
Luke Bakken
|
c88d5d5666
|
Add tests that show ~t format modifier is necessary for unicode file paths
|
5 lat temu |
Luke Bakken
|
aa09a2cd9c
|
Only sleep for a long time when CI env variable is present, like on Travis CI
|
5 lat temu |
Luke Bakken
|
9991ac4571
|
Really bump up sleeps to fix tests on Travis CI
|
5 lat temu |
Luke Bakken
|
c3d712b3e3
|
Add a sleep to (maybe) fix a test on Travis CI
|
5 lat temu |
Luke Bakken
|
1a8e47d245
|
Add 3.8.0 change log entries
|
5 lat temu |
Luke Bakken
|
f47a8be9a6
|
Add t to string formatting to accept unicode file and dir names
|
5 lat temu |
Luke Bakken
|
f23e3e677c
|
Ensure that all calls to rotate a log file are preceded by closing the FDs associated with it
|
5 lat temu |
Luke Bakken
|
e2e748f86f
|
Ensure that all calls to rotate a log file are preceded by closing the FDs associated with it
|
5 lat temu |
Luke Bakken
|
4ed9b558ac
|
Remove TODO and add a second file:close due to delayed write
|
5 lat temu |
Luke Bakken
|
0979fd7079
|
Skip one test that will fail on win32
|
5 lat temu |
Luke Bakken
|
d25eee4ac6
|
Skip more tests that will fail on win32
|
5 lat temu |
Luke Bakken
|
9f5fcf81a8
|
Skip two tests that will fail on win32
|
5 lat temu |
Luke Bakken
|
0d75a9ce77
|
Tweak appveyor
|
5 lat temu |
Luke Bakken
|
fe1ec6812c
|
Do not install Erlang, instead use what is on appveyor
|
5 lat temu |
Luke Bakken
|
d6f15556e7
|
Caching Erlang does not work
|
5 lat temu |
Luke Bakken
|
003a50fd31
|
Check rval with assertEqual
|
5 lat temu |
Luke Bakken
|
22c8a2bfe4
|
Tweak appveyor settings
|
5 lat temu |
Luke Bakken
|
a173cb2984
|
Cache chocolatey since Erlang takes forever to download
|
5 lat temu |
Luke Bakken
|
745fd81e5d
|
Add AppVeyor build file
|
5 lat temu |
Luke Bakken
|
847b811095
|
Fix test failures on win32 in pr_stacktrace_test module
|
5 lat temu |
Luke Bakken
|
b64c05ea5b
|
Fix lager_test_function_transform tests on win32 as monotonic_time can return the same value
|
5 lat temu |
Luke Bakken
|
8b94200328
|
Move test util functions into TEST section of lager_util
|
5 lat temu |
Luke Bakken
|
d45849a545
|
Fix lager_rotator_default tests on win32
|
5 lat temu |
Luke Bakken
|
b069aeaac8
|
Fixed tests in lager_crash_log on win32
|
5 lat temu |
Luke Bakken
|
cd5f69dafe
|
Factor out common code into lager_util:has_file_changed
|
5 lat temu |
Luke Bakken
|
62e847acaa
|
Add inode check to write_should_check
|
5 lat temu |
Luke Bakken
|
3e9e4eb3d1
|
Write test files using 1 second creation time in the future, lager_file_backend suite passes on win32
|
5 lat temu |
Luke Bakken
|
0bc318cfd1
|
Ensure creation time is updated on win32 when files are created
|
5 lat temu |
Luke Bakken
|
c7d7fce951
|
Fix test in lager_file_backend with exception for win32
|
5 lat temu |
Luke Bakken
|
439e82c40f
|
Take a file ctime into account when write/4 is called
|
5 lat temu |
Luke Bakken
|
7bb09880cd
|
Refactor lager_rotator_behaviour to return a files ctime value, which is necessary for detecting changes on win32
|
5 lat temu |