summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2014-11-21 09:46:10 -0500
committerFred Hebert <mononcqc@ferd.ca>2014-11-21 09:46:10 -0500
commit733d3771fa64d2357321e4ae1b0f8f3a83b05b9e (patch)
tree88c5ff0a750255f193d4c929658ccd360ad179e9 /ebin
parent6e6b0fd43fe4e6ebf34808b9cf39a74b5d7946a2 (diff)
parentcc3f54b00838a6ccf6b1b984132bd7c111a1fa6f (diff)
downloadrebar-733d3771fa64d2357321e4ae1b0f8f3a83b05b9e.tar.gz
Merge branch 'color_in_logs' of https://github.com/platinumthinker/rebar into platinumthinker-color_in_logs
Conflicts: THANKS
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app3
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index 6e3609b..13e6a74 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -56,6 +56,9 @@
%% Default log level
{log_level, warn},
+ %% Log colored
+ {log_colored, true},
+
%% any_dir processing modules
{any_dir_modules, [
rebar_require_vsn,