Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
SisMaker
/
lager
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Projects
0
Julkaisut
53
Wiki
Toiminta
Selaa lähdekoodia
Misunderstood the inbound Module term. Should probably have specs and/or a different name. Actually represents the unique ID we want, e.g. {lager_file_handler, "foo.log"}
pull/264/head
John R. Daily
10 vuotta sitten
vanhempi
67565b4444
commit
a42eda8c96
1 muutettua tiedostoa
jossa
1 lisäystä
ja
2 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/lager_app.erl
+ 1
- 2
src/lager_app.erl
Näytä tiedosto
@ -87,8 +87,7 @@ start_handlers(Sink, {ok, Handlers}) ->
start_handler
(
Sink
,
Module
,
Config
)
-
>
{
ok
,
Watcher
}
=
supervisor
:
start_child
(
lager_handler_watcher_sup
,
[
Sink
,
Module
,
Config
]
)
,
{
BackendId
,
_
Config
}
=
maybe_make_handler_id
(
Module
,
Config
)
,
{
BackendId
,
Watcher
,
Sink
}
.
{
Module
,
Watcher
,
Sink
}
.
interpret_hwm
(
undefined
)
-
>
undefined
;
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna