chore: update project setting

This commit is contained in:
nathan 2024-03-26 09:13:43 +08:00
parent 80899722bf
commit 506ed640da
2 changed files with 2 additions and 6 deletions

View File

@ -175,15 +175,10 @@ collab-rt = { path = "libs/collab-rt" }
lto = true
opt-level = 3
codegen-units = 1
panic = 'unwind'
[profile.profiling]
inherits = "release"
debug = true
panic = 'unwind'
[profile.dev]
panic = 'unwind'
[patch.crates-io]
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "409058aad0969c4d4429151317428a3d17f341d1" }

View File

@ -46,7 +46,8 @@ impl CollabDiskCache {
) -> Result<EncodedCollab, AppError> {
event!(
Level::INFO,
"Get encoded collab:{} from disk",
"Get {}:{} from disk",
params.collab_type,
params.object_id
);