chore: config test log

This commit is contained in:
appflowy
2022-04-12 11:13:35 +08:00
parent a049034110
commit f4b206d196
23 changed files with 158 additions and 117 deletions

View File

@ -3,7 +3,7 @@ use flowy_error::FlowyError;
use lib_dispatch::prelude::{AppData, Data};
use std::sync::Arc;
#[tracing::instrument(skip(data, ws_manager))]
#[tracing::instrument(level = "debug", skip(data, ws_manager))]
pub async fn update_network_ty(
data: Data<NetworkState>,
ws_manager: AppData<Arc<FlowyWebSocketConnect>>,