summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-10-28 21:23:05 +0100
committerUlf Wiger <ulf@feuerlabs.com>2015-11-20 13:46:13 -0800
commit1b44c2448344a10ae63904a796b6211c40a3f212 (patch)
treece8f7dda870a5c454ffbe9e2c0bc7035b34f0f4b /rebar.config
parent34aa86b5a2e97650fe6299ccf794d5eb5d052d91 (diff)
downloadrvi_core-1b44c2448344a10ae63904a796b6211c40a3f212.tar.gz
Lots of changes to make dlink_bt (simulated) and dlink_tls runtime tests pass
* Introduced high-level logging (rvi_log) * Upgraded to new lager version, customized debug output * Thread rvi_log IDs between nodes and components * Introduce simplified protocol for dlink_tls * Use msgpack encoding for dlink_tls * dlink_bt can use TCP instead of Bluetooth for testing purposes * Bug fixes and additions to the test suite
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index f0a9c29..e30458c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -3,7 +3,7 @@
%%
%% Top level app that controls other apps.
%%
-{erl_opts, [debug_info]}.
+{erl_opts, [debug_info, {lager_extra_sinks, [rvi_log_log]}]}.
{lib_dirs, [ "deps", "components" ]}.
{sub_dirs, ["rel",
"components/rvi_common",
@@ -25,7 +25,8 @@
{deps,
[
- {lager, ".*", {git, "git://github.com/Feuerlabs/lager.git", "1.1"}},
+ {lager, ".*", {git, "git://github.com/basho/lager.git", "3.0.1"}},
+ {ale, ".*", {git, "git://github.com/tonyrog/ale.git", "HEAD"}},
{exo, ".*", {git, "git://github.com/Feuerlabs/exo.git", "1.2"}},
{jsx, ".*", {git, "git://github.com/talentdeficit/jsx.git", "HEAD"}},
{setup, ".*", {git, "git://github.com/uwiger/setup.git", "HEAD"}},