From b0541ac18c2ad9324d476d63827c7307a7a06513 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Wed, 25 May 2016 14:19:25 +0800 Subject: [PATCH] load 'observer' application and fix issue #557 --- rel/reltool.config | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/rel/reltool.config b/rel/reltool.config index 411543559..c79fa74cd 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -10,21 +10,22 @@ stdlib, sasl, asn1, - syntax_tools, - ssl, - crypto, + syntax_tools, + ssl, + crypto, eldap, xmerl, - os_mon, - inets, - goldrush, + os_mon, + inets, + goldrush, compiler, runtime_tools, - lager, + {observer, load}, + lager, gen_logger, gproc, - esockd, - mochiweb, + esockd, + mochiweb, emqttd ]}, {rel, "start_clean", "", @@ -56,6 +57,7 @@ {app, inets, [{incl_cond, include}]}, {app, compiler, [{incl_cond, include}]}, {app, runtime_tools, [{incl_cond, include}]}, + {app, observer, [{incl_cond, include}]}, {app, goldrush, [{incl_cond, include}]}, {app, gen_logger, [{incl_cond, include}]}, {app, lager, [{incl_cond, include}]},