- 07 Apr, 2016 1 commit
-
-
Mark Allen authored
-
- 29 Mar, 2016 3 commits
-
-
Mark Allen authored
Lager logs its own application start up message. Previously this message was discarded or not received quickly enough to cause test failures, but now it seems as though it is being received and causing several test failures even though we are explicitly flushing it away. We introduce a 5 millisecond sleep for several tests to make sure the start up message is received before the flush command dumps it.
-
Mark Allen authored
Previously, was always hardcoded to the default sink name.
-
Mark Allen authored
Previously, configuration would come from application:get_env/3 or proplists:get_value/3. Now we standardize on a single format for retrieving values from the environment or from a proplist.
-
- 19 Mar, 2016 1 commit
-
-
Brian L. Troutwine authored
Signed-off-by:
Brian L. Troutwine <brian.troutwine@adroll.com>
-
- 17 Mar, 2016 2 commits
-
-
Brian L. Troutwine authored
Signed-off-by:
Brian L. Troutwine <brian.troutwine@adroll.com>
-
Brian L. Troutwine authored
This is, perhaps, not the most ideal setup. It still ignores other sinks but does bring logging back online after the appropriate delay. Signed-off-by:
Brian L. Troutwine <brian.troutwine@adroll.com>
-
- 14 Mar, 2016 1 commit
-
-
Brian L. Troutwine authored
This test only passes when run in isolation. That is, if you run the suite solo everything is beautiful and nothing hurts. When run in the group, it fails. By inspection it seems that no trace messages are being sent and this causes the failure, for want of specific traces. Signed-off-by:
Brian L. Troutwine <brian.troutwine@adroll.com>
-
- 11 Mar, 2016 1 commit
-
-
Brian L. Troutwine authored
At this point in the work, the killer will correctly stop the DEFAULT_SINK in the event of overload but our friend never comes back up and lager stops working past this point. Oops! Error message: =SUPERVISOR REPORT==== 10-Mar-2016::16:18:11 === Supervisor: {local,lager_handler_watcher_sup} Context: child_terminated Reason: killed Offender: [{pid,<0.63.0>}, {id,lager_handler_watcher}, {mfargs,{lager_handler_watcher,start_link,undefined}}, {restart_type,temporary}, {shutdown,5000}, {child_type,worker}] =SUPERVISOR REPORT==== 10-Mar-2016::16:18:11 === Supervisor: {local,lager_handler_watcher_sup} Context: child_terminated Reason: killed Offender: [{pid,<0.59.0>}, {id,lager_handler_watcher}, {mfargs,{lager_handler_watcher,start_link,undefined}}, {restart_type,temporary}, {shutdown,5000}, {child_type,worker}] =PROGRESS REPORT==== 10-Mar-2016::16:18:11 === supervisor: {local,lager_sup} started: [{pid,<0.113.0>}, {id,lager}, {mfargs,{gen_event,start_link,[{local,lager_event}]}}, {restart_type,permanent}, {shutdown,5000}, {child_type,worker}] Signed-off-by:
Brian L. Troutwine <brian@troutwine.us>
-
- 10 Mar, 2016 1 commit
-
-
Brian L. Troutwine authored
Signed-off-by:
Brian L. Troutwine <brian@troutwine.us>
-
- 27 Jan, 2016 3 commits
-
-
Mark Allen authored
-
Bishop Bors authored
API to explicitly call log rotation Reviewed-by: macintux
-
Mark Allen authored
-
- 26 Jan, 2016 3 commits
-
-
Bishop Bors authored
Do not add logroot in expand_path sometimes Reviewed-by: bsparrow435
-
Bishop Bors authored
Option to not reformat error_logger messages Reviewed-by: macintux
-
Mark Allen authored
If expand_path/1 already contains LogRoot in its RelPath, do not add it again.
-
- 25 Jan, 2016 2 commits
-
-
Daniil Fedotov authored
-
Daniil Fedotov authored
-
- 20 Jan, 2016 3 commits
-
-
Bishop Bors authored
Close file right after rotation Reviewed-by: bsparrow435
-
Mark Allen authored
-
Mark Allen authored
Merge branch 'close-file-after-timebased-rotation' of https://github.com/rabbitmq/lager into rabbitmq-close-file-after-timebased-rotation
-
- 19 Jan, 2016 6 commits
-
-
Bishop Bors authored
Start traces after extra sinks are started Reviewed-by: macintux
-
Bishop Bors authored
Bump goldrush to 0.1.8 for not equal filters Reviewed-by: macintux
-
Bishop Bors authored
Fix internal tuple argument order Reviewed-by: macintux
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
- 15 Jan, 2016 1 commit
-
-
Daniil Fedotov authored
-
- 11 Jan, 2016 2 commits
-
-
Jean-Sébastien Pédron authored
Before, the old file was still being used until the next `check_interval`, where the file was recreated and reopened.
-
Daniil Fedotov authored
-
- 29 Dec, 2015 4 commits
-
-
Daniil Fedotov authored
-
Daniil Fedotov authored
-
Daniil Fedotov authored
-
Daniil Fedotov authored
-
- 18 Dec, 2015 1 commit
-
-
Mark Allen authored
Support for separate sink for error_logger messages
-
- 17 Dec, 2015 2 commits
-
-
Mark Allen authored
Previously, if you configured a trace to use an extra sink, you'd get a noproc error. Addresses issue #296 on github.
-
-
- 10 Dec, 2015 1 commit
-
-
Daniil Fedotov authored
-
- 09 Dec, 2015 1 commit
-
-
Daniil Fedotov authored
-
- 04 Dec, 2015 1 commit
-
-
Bishop Bors authored
Forward port #292 to 3.x branch Reviewed-by: shino
-