Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
lager
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
53
Wiki
Actividad
Explorar el Código
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
hace 10 años
padre
67565b4444
commit
a42eda8c96
Se han
modificado 1 ficheros
con
1 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-2
src/lager_app.erl
+ 1
- 2
src/lager_app.erl
Ver fichero
@ -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
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar