summaryrefslogtreecommitdiff
path: root/src/rebar_log.erl
diff options
context:
space:
mode:
authorAnthony Molinaro <anthonym@alumni.caltech.edu>2017-04-26 23:27:08 +0000
committerAnthony Molinaro <anthonym@alumni.caltech.edu>2017-04-26 23:27:08 +0000
commiteb6cf4d721127695f18ec2d640be6c11dd5ace8d (patch)
tree8ae9149665e148f25143e05f9f4d6c811a51ab40 /src/rebar_log.erl
parent29623b59efb75fce62c18a3e22553aadfcccec9c (diff)
REBAR_COLOR supports all ec_cmd_log intensity options
Diffstat (limited to 'src/rebar_log.erl')
-rw-r--r--src/rebar_log.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rebar_log.erl b/src/rebar_log.erl
index b1a70c2..47c84c5 100644
--- a/src/rebar_log.erl
+++ b/src/rebar_log.erl
@@ -57,6 +57,8 @@ intensity() ->
high;
"low" ->
low;
+ "none" ->
+ none;
_ ->
?DFLT_INTENSITY
end,