Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
SisMaker
/
lager
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Projects
0
Versions
53
Wiki
Activité
Parcourir la source
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
il y a 10 ans
Parent
67565b4444
révision
a42eda8c96
1 fichiers modifiés
avec
1 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-2
src/lager_app.erl
+ 1
- 2
src/lager_app.erl
Voir le fichier
@ -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
;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer