We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195b843 commit 65d4e98Copy full SHA for 65d4e98
leptos_dom/src/macro_helpers/tracing_property.rs
@@ -5,7 +5,7 @@ use wasm_bindgen::UnwrapThrowExt;
5
macro_rules! tracing_props {
6
() => {
7
::leptos::leptos_dom::tracing::span!(
8
- ::leptos::leptos_dom::tracing::Level::INFO,
+ ::leptos::leptos_dom::tracing::Level::DEBUG,
9
"leptos_dom::tracing_props",
10
props = String::from("[]")
11
);
@@ -24,7 +24,7 @@ macro_rules! tracing_props {
24
props.pop();
25
props.push(']');
26
27
28
29
props
30
0 commit comments