Procházet zdrojové kódy

Make 'dynamic' conform to OTP gh#271

pull/270/head
Mark Allen před 10 roky
rodič
revize
6a458a4280
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/lager_sup.erl

+ 1
- 1
src/lager_sup.erl Zobrazit soubor

@ -41,7 +41,7 @@ init([]) ->
%% Maybe a new API to handle the sink and its policy?
Children = [
{lager, {gen_event, start_link, [{local, lager_event}]},
permanent, 5000, worker, [dynamic]},
permanent, 5000, worker, dynamic},
{lager_handler_watcher_sup, {lager_handler_watcher_sup, start_link, []},
permanent, 5000, supervisor, [lager_handler_watcher_sup]}],

Načítá se…
Zrušit
Uložit