chore: rename classes

This commit is contained in:
appflowy
2022-03-02 11:38:22 +08:00
parent 383925ba55
commit 84afc50cd3
11 changed files with 59 additions and 74 deletions

View File

@ -76,7 +76,7 @@ fn crate_log_filter(level: String) -> String {
filters.push(format!("dart_ffi={}", "info"));
filters.push(format!("flowy_database={}", "info"));
filters.push(format!("flowy_net={}", "info"));
filters.push(format!("flowy_sync={}", "trace"));
filters.push(format!("flowy_sync={}", "info"));
filters.join(",")
}