Skip to content

Commit 9ebb909

Browse files
committed
chore(node/web): revert default log level to INFO again
1 parent 4cb4f22 commit 9ebb909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/web/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn main() {
2424
thread::main_thread_init();
2525
wasm_bindgen_futures::spawn_local(async {
2626
console_error_panic_hook::set_once();
27-
tracing::initialize(tracing::Level::DEBUG);
27+
tracing::initialize(tracing::Level::INFO);
2828

2929
init_rayon().await.unwrap();
3030
});

0 commit comments

Comments
 (0)