chore: update project setting
This commit is contained in:
parent
80899722bf
commit
506ed640da
|
|
@ -175,15 +175,10 @@ collab-rt = { path = "libs/collab-rt" }
|
||||||
lto = true
|
lto = true
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
panic = 'unwind'
|
|
||||||
|
|
||||||
[profile.profiling]
|
[profile.profiling]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
debug = true
|
debug = true
|
||||||
panic = 'unwind'
|
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
panic = 'unwind'
|
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "409058aad0969c4d4429151317428a3d17f341d1" }
|
collab = { git = "https://github.com/AppFlowy-IO/AppFlowy-Collab", rev = "409058aad0969c4d4429151317428a3d17f341d1" }
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,8 @@ impl CollabDiskCache {
|
||||||
) -> Result<EncodedCollab, AppError> {
|
) -> Result<EncodedCollab, AppError> {
|
||||||
event!(
|
event!(
|
||||||
Level::INFO,
|
Level::INFO,
|
||||||
"Get encoded collab:{} from disk",
|
"Get {}:{} from disk",
|
||||||
|
params.collab_type,
|
||||||
params.object_id
|
params.object_id
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue