|
|
@ -3,7 +3,7 @@ |
|
|
|
{application, lager, |
|
|
|
[ |
|
|
|
{description, "Erlang logging framework"}, |
|
|
|
{vsn, "3.6.8"}, |
|
|
|
{vsn, "3.6.9"}, |
|
|
|
{modules, []}, |
|
|
|
{applications, [ |
|
|
|
kernel, |
|
|
@ -59,7 +59,6 @@ |
|
|
|
%% default sink; extra sinks can supply their own. |
|
|
|
{async_threshold_window, 5} |
|
|
|
]}, |
|
|
|
{maintainers, ["Mark Allen", "Andrew Thompson"]}, |
|
|
|
{licenses, ["Apache 2"]}, |
|
|
|
{links, [{"Github", "https://github.com/erlang-lager/lager"}]} |
|
|
|
]}. |