[rust]: replace log with tracing

This commit is contained in:
appflowy
2021-11-03 15:37:38 +08:00
parent 7ad0060d8b
commit ffd55763b6
34 changed files with 91 additions and 94 deletions

View File

@ -48,7 +48,7 @@ pub fn save_content_to_file_with_diff_prompt(content: &str, output_file: &str, _
// if Confirm::new().with_prompt("Override?").interact().unwrap() {
// write_to_file()
// } else {
// log::info!("never mind then :(");
// tracing::info!("never mind then :(");
// }
// }
}