Skip to content

Commit

Permalink
Revert "Specify node in the default formatter"
Browse files Browse the repository at this point in the history
This reverts commit 6d7d1cc.
  • Loading branch information
Alexander Ovchinnikov committed Jul 9, 2013
1 parent 6ee1113 commit e697038
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lager_default_formatter.erl
Expand Up @@ -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) ->
Expand Down

0 comments on commit e697038

Please sign in to comment.