-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from travelping/move_to_error_logger
Get rid of lager and move to error_logger
- Loading branch information
Showing
4 changed files
with
9 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
{deps, [ | ||
{hackney, ".*", {git, "git://github.com/benoitc/hackney.git", {branch, "master"}}}, | ||
%% lager dependency to override exometer's lager dependency, which does not compile on Erlang 19. | ||
{lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.1"}}}, | ||
{exometer_core, ".*", {git, "git://github.com/Feuerlabs/exometer_core.git", "5fdd9426713a3c26cae32f644a3120711b1cdb64"}} | ||
{exometer_core, ".*", {git, "git://github.com/Feuerlabs/exometer_core.git", "master"}} | ||
]}. | ||
{erl_opts, [{parse_transform, lager_transform}]}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ | |
kernel, | ||
stdlib, | ||
hackney, | ||
lager, | ||
exometer_core | ||
]}, | ||
{env, []} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters