From 8da0e014dcac75bff23ee827b139ea7fcaf08fd7 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 3 Jul 2015 12:10:48 +0200 Subject: Fix up colored log support * do not use pdict * do not enable color support by default. once we have the new getopt version, we can add a new type of command line flag for that. * fix Dialyzer warnings * use atom instead of boolean * use better name for internal function * do not try (and fail) to access rebar's app env in retest test --- ebin/rebar.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ebin') diff --git a/ebin/rebar.app b/ebin/rebar.app index 985dbb9..710f8b2 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -69,7 +69,7 @@ {log_level, warn}, %% Log colored - {log_colored, true}, + {log_colored, uncolored}, %% any_dir processing modules {any_dir_modules, [ -- cgit v1.2.1