mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: rename classes
This commit is contained in:
@ -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(",")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user