diff options
author | Tristan Sloughter <t@crashfast.com> | 2016-02-19 11:15:44 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2016-02-19 11:16:08 -0600 |
commit | c11ba3c417206f9f311d64c878e3a2f361671d7e (patch) | |
tree | e6be5653ac2e3d632ce673f44e8b7e0962b0631e /src | |
parent | 73b857f6fd943c0f3e783cbbbc3efe3d8baf066e (diff) |
set default color intensity to high
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_log.erl | 2 |
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 |