summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2016-02-19 11:15:44 -0600
committerTristan Sloughter <t@crashfast.com>2016-02-19 11:16:08 -0600
commitc11ba3c417206f9f311d64c878e3a2f361671d7e (patch)
treee6be5653ac2e3d632ce673f44e8b7e0962b0631e /src
parent73b857f6fd943c0f3e783cbbbc3efe3d8baf066e (diff)
set default color intensity to high
Diffstat (limited to 'src')
-rw-r--r--src/rebar_log.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_log.erl b/src/rebar_log.erl
index 9eb3da6..be92199 100644
--- a/src/rebar_log.erl
+++ b/src/rebar_log.erl
@@ -38,7 +38,7 @@
-define(WARN_LEVEL, 1).
-define(INFO_LEVEL, 2).
-define(DEBUG_LEVEL, 3).
--define(DFLT_INTENSITY, low).
+-define(DFLT_INTENSITY, high).
%% ===================================================================
%% Public API