diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2009-11-29 16:44:30 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2009-11-29 16:44:30 -0700 |
commit | 28fe3bfd54390a4ea74156b5f182d59f69d32331 (patch) | |
tree | 1a10e44874dc379c433ae4f759f74ae1ca4843ea /ebin | |
parent | 0151f63239117024d30e090b8c178c188f45a52a (diff) |
More gross structural work; now has log levels and broken out log level control
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 6 |
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 ]} ]} ]} ]}. |