summaryrefslogtreecommitdiff
path: root/ebin/rebar.app
diff options
context:
space:
mode:
authorAndrey Teplyashin <platinumthinker@gmail.com>2014-11-09 14:04:05 +0600
committerAndrey Teplyashin <platinumthinker@gmail.com>2014-11-19 23:44:55 +0600
commitc01cf5902b6981963a05c3c9c1da9f810639a26c (patch)
treea65437f01f7cb9e5397940cf2e7d0a213f11adcc /ebin/rebar.app
parentb693c23663bbd9f9522b7f5fc0337ef7cee5557a (diff)
downloadrebar-c01cf5902b6981963a05c3c9c1da9f810639a26c.tar.gz
Add colored logs
Diffstat (limited to 'ebin/rebar.app')
-rw-r--r--ebin/rebar.app3
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 55454e9..12208e2 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -54,6 +54,9 @@
%% Default log level
{log_level, warn},
+ %% Log colored
+ {log_colored, true},
+
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,