diff options
author | Eric <[email protected]> | 2012-12-10 11:04:47 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-12-10 15:07:24 -0500 |
commit | e417e4a8adc20d804e2826aad12ce050f4c6ce0d (patch) | |
tree | 978a381b321d37c7a94a86c0febfafaba87971f9 /src | |
parent | 69e6bcb71b8ce15556621fc94874bce751b50c50 (diff) | |
download | relx-e417e4a8adc20d804e2826aad12ce050f4c6ce0d.tar.gz relx-e417e4a8adc20d804e2826aad12ce050f4c6ce0d.tar.bz2 relx-e417e4a8adc20d804e2826aad12ce050f4c6ce0d.zip |
change the default verbosity to error
Diffstat (limited to 'src')
-rw-r--r-- | src/relcool.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relcool.erl b/src/relcool.erl index 0d75c62..d5ddbc5 100644 --- a/src/relcool.erl +++ b/src/relcool.erl @@ -93,7 +93,7 @@ opt_spec_list() -> "usually the OTP"}, {output_dir, $o, "output-dir", string, "The output directory for the release. This is `./` by default."}, {lib_dir, $l, "lib-dir", string, "Additional dirs that should be searched for OTP Apps"}, - {log_level, $V, "verbose", {integer, 2}, "Verbosity level, maybe between 0 and 2"} + {log_level, $V, "verbose", {integer, 0}, "Verbosity level, maybe between 0 and 2"} ]. -spec format_error(Reason::term()) -> iolist(). |