Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
SisMaker
/
lager
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Projects
0
Lançamentos
53
Wiki
Trabalho
Ver a proveniência
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
há 10 anos
ascendente
67565b4444
cometimento
a42eda8c96
1 ficheiros alterados
com
1 adições
e
2 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-2
src/lager_app.erl
+ 1
- 2
src/lager_app.erl
Ver ficheiro
@ -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
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar