From b86c9b8ae79333f7d9066e4d67c2a9b59473d3a5 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Sat, 10 Oct 2020 03:15:16 +0100 Subject: [PATCH] Remove option not present in relx 4.x --- src/rebar_relx.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rebar_relx.erl b/src/rebar_relx.erl index 109d9a5c..34a4dfa9 100644 --- a/src/rebar_relx.erl +++ b/src/rebar_relx.erl @@ -190,8 +190,6 @@ opt_spec_list() -> "Print usage"}, {lib_dir, $l, "lib-dir", string, "Additional dir that should be searched for OTP Apps"}, - {log_level, $V, "verbose", {integer, 2}, - "Verbosity level, maybe between 0 and 3"}, {dev_mode, $d, "dev-mode", boolean, "Symlink the applications and configuration into the release instead of copying"}, {include_erts, $i, "include-erts", string,