Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
lager
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
53
Wiki
Attività
Sfoglia il codice sorgente
Fix error_logger handler restoration
pull/4/head
Andrew Thompson
14 anni fa
parent
6a8403f371
commit
8895e1bf49
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/lager_app.erl
+ 1
- 1
src/lager_app.erl
Vedi File
@ -58,5 +58,5 @@ start(_StartType, _StartArgs) ->
stop
(
Handlers
)
-
>
[
error_
hand
ler
:
add_report_handler
(
Handler
)
|
|
Handler
<
-
Handlers
]
,
[
error_l
ogg
er
:
add_report_handler
(
Handler
)
|
|
Handler
<
-
Handlers
]
,
ok
.
Scrivi
Anteprima
Caricamento…
Annulla
Salva