From b724b6bd42f97174f032f4df897cb699c63c2f88 Mon Sep 17 00:00:00 2001 From: "John R. Daily" Date: Mon, 23 Mar 2015 13:57:40 -0400 Subject: [PATCH] Monads...still do not know what they are but I know I need em --- src/lager_app.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lager_app.erl b/src/lager_app.erl index db670d6..ef3549d 100644 --- a/src/lager_app.erl +++ b/src/lager_app.erl @@ -144,7 +144,7 @@ start(_StartType, _StartArgs) -> application:get_env(lager, async_threshold), application:get_env(lager, async_threshold_window)), start_handlers(?DEFAULT_SINK, - application:get_env(lager, handlers, ?DEFAULT_HANDLER_CONF)), + application:get_env(lager, handlers, {ok, ?DEFAULT_HANDLER_CONF})), ok = add_configured_traces(),