From 28fe3bfd54390a4ea74156b5f182d59f69d32331 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Sun, 29 Nov 2009 16:44:30 -0700 Subject: More gross structural work; now has log levels and broken out log level control --- ebin/rebar.app | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ebin') 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 ]} ]} ]} ]}. -- cgit v1.1