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
Revert "Specify node in the default formatter"
This reverts commit
6d7d1cc11d
.
pull/160/head
Alexander Ovchinnikov
11 years ago
parent
6ee1113ec0
commit
e697038a84
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/lager_default_formatter.erl
+ 0
- 2
src/lager_default_formatter.erl
View File
@ -84,8 +84,6 @@ output(date,Msg) ->
output
(
time
,
Msg
)
-
>
{
_
D
,
T
}
=
lager_msg
:
datetime
(
Msg
)
,
T
;
output
(
node
,
Msg
)
-
>
atom_to_list
(
node
(
)
)
;
output
(
severity
,
Msg
)
-
>
atom_to_list
(
lager_msg
:
severity
(
Msg
)
)
;
output
(
Prop
,
Msg
)
when
is_atom
(
Prop
)
-
>
Write
Preview
Loading…
Cancel
Save