Change default log level to Warn

This commit is contained in:
Matthias Beyer 2016-07-17 00:49:39 +02:00
parent 29d10361b3
commit 2440260abe
1 changed files with 1 additions and 1 deletions

View File

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