Merge pull request #566 from emqtt/issue#557
load 'observer' application and fix issue #557
This commit is contained in:
commit
791c50282f
|
@ -20,6 +20,7 @@
|
||||||
goldrush,
|
goldrush,
|
||||||
compiler,
|
compiler,
|
||||||
runtime_tools,
|
runtime_tools,
|
||||||
|
{observer, load},
|
||||||
lager,
|
lager,
|
||||||
gen_logger,
|
gen_logger,
|
||||||
gproc,
|
gproc,
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
{app, inets, [{incl_cond, include}]},
|
{app, inets, [{incl_cond, include}]},
|
||||||
{app, compiler, [{incl_cond, include}]},
|
{app, compiler, [{incl_cond, include}]},
|
||||||
{app, runtime_tools, [{incl_cond, include}]},
|
{app, runtime_tools, [{incl_cond, include}]},
|
||||||
|
{app, observer, [{incl_cond, include}]},
|
||||||
{app, goldrush, [{incl_cond, include}]},
|
{app, goldrush, [{incl_cond, include}]},
|
||||||
{app, gen_logger, [{incl_cond, include}]},
|
{app, gen_logger, [{incl_cond, include}]},
|
||||||
{app, lager, [{incl_cond, include}]},
|
{app, lager, [{incl_cond, include}]},
|
||||||
|
|
Loading…
Reference in New Issue