Merge pull request #562 from matthiasbeyer/libimagrt/default-level-warn
Change default log level to Warn
This commit is contained in:
commit
909504e50c
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