chore: update logs

This commit is contained in:
nathan 2024-04-26 13:29:57 +08:00
parent 7b4b9d0c10
commit 32bdfb7037
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ where
expect: metadata.workspace_id, expect: metadata.workspace_id,
actual: workspace_id.to_string(), actual: workspace_id.to_string(),
}; };
warn!("[Realtime]:{}", err); warn!("[Realtime]:{}:{}, {}", object_id, collab_type, err);
return Err(err); return Err(err);
} }
} }