Paul Oliver
6584c7afc9
Remove code which supports R15
пре 7 година
Mark Allen
1debfb4bb1
Merge pull request #430 from erlang-lager/function-name-otp-18-compat
Take a stab at OTP 18 compatability with macro logging
пре 7 година
Andrew Thompson
3ec90fadec
Take a stab at OTP 18 compatability with macro logging
пре 7 година
Mark Allen
2b0d790790
Merge pull request #429 from erlang-lager/yet-another-stacktrace-format
Handle yet another stacktrace form
пре 7 година
Andrew Thompson
12d2a6f5c6
Handle yet another stacktrace form
Sometimes the stacktrace is a larger array of {M, F, A, Prop} tuples.
The handler code was expecting at most 2 tuples in the list. Relax this
requirement and add a test that provokes this edge-case.
пре 7 година
Andrew Thompson
a1d44f3ba2
Merge pull request #419 from tsloughter/macros
support logging with macros per level
пре 7 година
Andrew Thompson
4242ec5002
Merge pull request #427 from aeternity/uw-dont-flush-notify-msgs
Dont flush notify msgs at overload
пре 7 година
Ulf Wiger
7df4c40d4e
change flush default to true; add flush threshold
пре 7 година
Ulf Wiger
5abb0c1813
make queue flushing configurable
пре 7 година
Ulf Wiger
8288adae5e
Don't flush notify msgs from msg queue
пре 7 година
Andrew Thompson
cee58aada4
Merge pull request #424 from tsloughter/no-reverse-st
add reverse_pretty_stacktrace env var, default true
пре 7 година
Mark Allen
4b318422cc
Merge pull request #426 from erlang-lager/adt-otp20-gen_server-no-client
Handle OTP 20 gen_server crash when the client pid is dead
пре 7 година
Andrew Thompson
a11cb946e3
Handle OTP 20 gen_server crash when the client pid is dead
пре 7 година
Tristan Sloughter
4c7a40ec09
add reverse_pretty_stacktrace env var, default true
пре 7 година
Mark Allen
944b78d4b4
Roll 3.5.2
пре 7 година
Mark Allen
7cbb0adf91
Merge pull request #417 from suexcxine/master
Support unicode format string
пре 7 година
Tristan Sloughter
10ef11b05f
include lager:md() process metadata in macro logs
пре 7 година
Tristan Sloughter
2205c8f929
rename marcos with lager_ prefix
пре 7 година
Tristan Sloughter
4e3abfa204
support logging with macros per level
пре 7 година
Andrew Thompson
a0b9f73f66
Merge pull request #418 from suexcxine/patch-1
A little emphasis on application variable crash_log
пре 7 година
chenduo
49339c29fe
Update README.md
Emphasize application variable
пре 7 година
suexcxine
0407450784
Support unicode format string
пре 7 година
Mark Allen
f2e8623396
Update .travis.yml
пре 7 година
Mark Allen
164a576118
Update README.md
пре 7 година
Mark Allen
c3970a9913
Roll 3.5.1
пре 7 година
Andrew Thompson
1d805270f4
Merge pull request #414 from walrusVision/doc_fix
Added info about application place holder.
пре 8 година
Michael Kokich
edeb181b3f
Added info about application place holder.
пре 8 година
Mark Allen
9e7001e23b
Merge pull request #392 from walrusVision/transform_functions
Support for dynamic metadata
пре 8 година
Michael Kokich
55f2f63575
Update to README
пре 8 година
Mark Allen
4536da610c
Merge pull request #412 from lintingbin2009/master
Fix the bug with the wrong format.
пре 8 година
lintingbin2009
045a648739
fix format error
пре 8 година
Mark Allen
9361a3288d
Roll 3.5.0
пре 8 година
Mark Allen
2c338dd7ba
Merge pull request #411 from erlang-lager/adt-better-shaper
Make the high water mark shaper better
пре 8 година
Andrew Thompson
4791c529e6
Rework filters into composable named functions
пре 8 година
Andrew Thompson
7d4a667075
Merge pull request #409 from erlang-lager/console_stderror
Enable sending console output to standard error
пре 8 година
Andrew Thompson
5a354952a7
Make the high water mark shaper better
* If the shaper is in overload and the final message comes in, but no
further messages arrive for some time, until another message came in,
the drop count would not be printed. Now we set a timer to ensure it
prints the drop count after the current second expires.
* Allow the shaper to take a filter function that allows events that
would not normally be printed anyway to not be counted against the
HWM. This means that if you're suppressing supervisor startup messages
you won't see drop events counted for messages you'd never see
printed.
пре 8 година
Mark Allen
a5ae9f8920
Add console config validation unit tests
пре 8 година
Mark Allen
2ec37962cd
Merge pull request #410 from erlang-lager/adt-fix-otp-20
Fixes for OTP 20
пре 8 година
Andrew Thompson
3640b6acfe
Fixes for OTP 20
* Handle new gen_server crash messages that contain client pid and stacktrace
* Update platform define for OTP 20
* Handle arity change in gen_fsm handle_msg
пре 8 година
Mark Allen
ca0ef598d1
Support standard error output from console backend
пре 8 година
Mark Allen
4ffd66fad9
WIP
пре 8 година
Mark Allen
60d621957f
Update .gitignore
пре 8 година
Mark Allen
a10c23c51d
Roll 3.4.2
пре 8 година
Mark Allen
a8a3eaeace
Add note about triage cadence
пре 8 година
Mark Allen
d041f3d6f9
Merge branch 'doobinay-utc-time'
пре 8 година
Mark Allen
fbfb7d6140
Clarify UTC timestamp text
пре 8 година
Mark Allen
5960a47314
Merge branch 'utc-time' of https://github.com/doobinay/lager into doobinay-utc-time
пре 8 година
Mark Allen
cc673f1922
Update lager_syslog URL
пре 8 година
Bastien Chamagne
9ffba9a6bc
cancel the env change after the test
пре 8 година
Bastien Chamagne
b92ea70331
Document and test the UTC time feature
пре 8 година