aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric <[email protected]>2013-01-04 11:02:46 -0500
committerEric <[email protected]>2013-01-04 11:02:46 -0500
commitf1632c3282d719cd5cbb46299f4f0557653ba50f (patch)
tree106c5822d41a2410830b4049993e1a9792e70900 /src
parent47e700e7ad364dc4d919bc5b16c18e71b4a0892d (diff)
downloadrelx-f1632c3282d719cd5cbb46299f4f0557653ba50f.tar.gz
relx-f1632c3282d719cd5cbb46299f4f0557653ba50f.tar.bz2
relx-f1632c3282d719cd5cbb46299f4f0557653ba50f.zip
change the default log level to info
This makes it a bit more comforting to the user (and me as well). With this the user sees a short description of the release.
Diffstat (limited to 'src')
-rw-r--r--src/relcool.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relcool.erl b/src/relcool.erl
index a6b30a3..974b19f 100644
--- a/src/relcool.erl
+++ b/src/relcool.erl
@@ -125,7 +125,7 @@ opt_spec_list() ->
{disable_default_libs, undefined, "disable-default-libs",
{boolean, false},
"Disable the default system added lib dirs (means you must add them all manually"},
- {log_level, $V, "verbose", {integer, 0},
+ {log_level, $V, "verbose", {integer, 1},
"Verbosity level, maybe between 0 and 2"},
{root_dir, $r, "root", string, "The project root directory"}].