This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Fix error_logger handler restoration
pull/4/head
Andrew Thompson
13 years ago
parent
6a8403f371
commit
8895e1bf49
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lager_app.erl
+ 1
- 1
src/lager_app.erl
View 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
.
Write
Preview
Loading…
Cancel
Save