Change default log level to Warn
This commit is contained in:
parent
29d10361b3
commit
2440260abe
1 changed files with 1 additions and 1 deletions
|
@ -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| {
|
||||
|
|
Loading…
Reference in a new issue