- 08 Apr, 2016 1 commit
-
-
Mark Allen authored
-
- 07 Apr, 2016 18 commits
-
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
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.
-
Brian L. Troutwine authored
Signed-off-by:
Brian L. Troutwine <brian.troutwine@adroll.com>
-
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>
-
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>
-
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}, ...
-
Sungjin Park authored
-
Mark Allen authored
-
Mark Allen authored
-
- 06 Apr, 2016 4 commits
-
-
Bishop Bors authored
Include 'none' in the log_level type Reviewed-by: macintux
-
Bishop Bors authored
Fix sink name typo in docs Reviewed-by: macintux
-
Bishop Bors authored
Ensure traces pointed to files work in config file Reviewed-by: macintux
-
Bishop Bors authored
Flappy test clean up for TravisCI Reviewed-by: macintux
-
- 31 Mar, 2016 3 commits
-
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
- 30 Mar, 2016 14 commits
-
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
-
Bishop Bors authored
Export configure_sink/2 for runtime sink config Reviewed-by: macintux
-
Mark Allen authored
-
Mark Allen authored
Addresses #291. External consumers who use 'none' as a level in their log messages will fail dialyzer.
-
Mark Allen authored
Address #286. This will enable applications to dynamically configure log sinks, provided they have already instrumented the code via parse transformation to use those sinks.
-
Mark Allen authored
Addresses #287
-
Mark Allen authored
-
Mark Allen authored
-
Mark Allen authored
Update travis yml
-