Browse Source

Monads...still do not know what they are but I know I need em

pull/264/head
John R. Daily 10 years ago
parent
commit
b724b6bd42
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/lager_app.erl

+ 1
- 1
src/lager_app.erl View File

@ -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(),

Loading…
Cancel
Save