Skip to content

Commit

Permalink
Change lager to OTP logger
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-xiaoyu authored and turtleDeng committed Nov 10, 2018
1 parent 137503b commit a3aa791
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dep_emqx = git https://github.com/emqtt/emqttd emqx30
dep_cuttlefish = git https://github.com/emqx/cuttlefish

ERLC_OPTS += +debug_info
ERLC_OPTS += +'{parse_transform, lager_transform}'

NO_AUTOPATCH = cuttlefish

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{deps, [

]}.
{erl_opts, [debug_info,{parse_transform,lager_transform}]}.
{erl_opts, [debug_info]}.

0 comments on commit a3aa791

Please sign in to comment.