Skip to content

Commit

Permalink
Merge pull request ChicagoBoss#528 from davidw/log_cleanup
Browse files Browse the repository at this point in the history
reasonable, merged
  • Loading branch information
danikp committed Dec 6, 2014
2 parents b7c9829 + 49fdb1f commit ca0740d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ action({_, ExportStrings} = Info, RequestContext) ->
Tokens = proplists:get_value(tokens, RequestContext),
AuthInfo = proplists:get_value('_before', RequestContext, RequestContext),
ActionAtom = list_to_atom(Action),
lager:notice("Request Method ~p~n", [RequestMethod]),
lager:notice("Tokens ~p", [Tokens]),
lager:notice("Request Method: ~p, Tokens: ~p", [RequestMethod, Tokens]),
case proplists:get_value(Action, ExportStrings) of
3 ->
ControllerInstance:ActionAtom(RequestMethod, Tokens);
Expand Down

0 comments on commit ca0740d

Please sign in to comment.