summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-15 08:38:11 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-15 08:38:11 +0200
commit0f19b7e4b2a87fc0b426221619aac956c751b14d (patch)
tree03a1093827a6e4efc772fb604cc327a14827cced /lib
parentc0607ba2e2d9e6bf10cf204780fbfdfc5a052aaf (diff)
Use --verbose with "info" level by default
Diffstat (limited to 'lib')
-rw-r--r--lib/core/libimagrt/src/runtime.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/core/libimagrt/src/runtime.rs b/lib/core/libimagrt/src/runtime.rs
index a51fe8c5..2aa091ed 100644
--- a/lib/core/libimagrt/src/runtime.rs
+++ b/lib/core/libimagrt/src/runtime.rs
@@ -185,6 +185,7 @@ impl<'a> Runtime<'a> {
.required(false)
.takes_value(true)
.possible_values(&["trace", "debug", "info", "warn", "error"])
+ .default_value("info")
.value_name("LOGLEVEL"))
.arg(Arg::with_name(Runtime::arg_debugging_name())