Merge "Reduce virtualizationservice log level."

This commit is contained in:
Treehugger Robot 2022-02-14 09:58:28 +00:00 committed by Gerrit Code Review
commit 43049a176c
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ type Cid = u32;
fn main() {
android_logger::init_once(
android_logger::Config::default().with_tag(LOG_TAG).with_min_level(Level::Trace),
android_logger::Config::default().with_tag(LOG_TAG).with_min_level(Level::Info),
);
clear_temporary_files().expect("Failed to delete old temporary files");