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
Log unexpected error_logger messages to lager
pull/4/head
Andrew Thompson
14 years ago
parent
5b9a4c6161
commit
af2f2200f8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/error_logger_lager_h.erl
+ 1
- 1
src/error_logger_lager_h.erl
View File
@ -108,7 +108,7 @@ handle_event(Event, State) ->
?
LOG
(
info
,
P
,
[
"
PROGRESS REPORT
"
,
print_silly_list
(
D
)
]
)
end
;
_
-
>
io
:
format
(
"
Event
~w
~n
"
,
[
Event
]
)
?
LOG
(
warning
,
self
(
)
,
"
Unexpected error_logger event
~w
"
,
[
Event
]
)
end
,
{
ok
,
State
}
.
Write
Preview
Loading…
Cancel
Save