Merge pull request #562 from matthiasbeyer/libimagrt/default-level-warn

Change default log level to Warn
This commit is contained in:
Matthias Beyer 2016-07-17 13:03:34 +02:00 committed by GitHub
commit 909504e50c

View file

@ -213,7 +213,7 @@ impl<'a> Runtime<'a> {
} else if is_verbose { } else if is_verbose {
LogLevelFilter::Info LogLevelFilter::Info
} else { } else {
LogLevelFilter::Error LogLevelFilter::Warn
}; };
log::set_logger(|max_log_lvl| { log::set_logger(|max_log_lvl| {