Skip to content

Commit ecbb2df

Browse files
authored
linera-web: remove TRACE logs (#4928)
## Motivation @ma2bd has observed a significant slowdown on the Web with `TRACE` logs enabled. ## Proposal Compile them out. ## Test Plan Unclear. Manual? ## Release Plan - These changes should be backported to the latest `testnet` branch, then - be released in a new SDK, ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist) Signed-off-by: James Kay <[email protected]>
1 parent eb4b345 commit ecbb2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ num-traits.workspace = true
2323
serde.workspace = true
2424
serde-wasm-bindgen.workspace = true
2525
tokio-util.workspace = true
26-
tracing.workspace = true
26+
tracing = { workspace = true, features = ["release_max_level_debug"] }
2727
wasm-bindgen.workspace = true
2828
wasm-bindgen-futures.workspace = true
2929

0 commit comments

Comments
 (0)