summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app6
1 files changed, 5 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index f779b81..2127297 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -11,10 +11,14 @@
stdlib,
sasl]},
{env, [
+ %% Default log level
+ {log_level, error},
+
%% Key/value list of base/default configuration used by
%% rebar_config during initialization
{default_config, [
- {app_modules, [ rebar_erlc_compiler ]}
+ {app_modules, [ rebar_erlc_compiler,
+ rebar_app_installer ]}
]}
]}
]}.