diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2014-11-21 09:46:10 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2014-11-21 09:46:10 -0500 |
commit | 733d3771fa64d2357321e4ae1b0f8f3a83b05b9e (patch) | |
tree | 88c5ff0a750255f193d4c929658ccd360ad179e9 /ebin/rebar.app | |
parent | 6e6b0fd43fe4e6ebf34808b9cf39a74b5d7946a2 (diff) | |
parent | cc3f54b00838a6ccf6b1b984132bd7c111a1fa6f (diff) | |
download | rebar-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/rebar.app')
-rw-r--r-- | ebin/rebar.app | 3 |
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, |