Browse Source

set default color intensity to high

pull/1067/head
Tristan Sloughter 9 years ago
parent
commit
c11ba3c417
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_log.erl

+ 1
- 1
src/rebar_log.erl View File

@ -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

Loading…
Cancel
Save