Skip to content

Commit

Permalink
Fix: move the hotreload msg into debug-only so it's so long
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Dec 7, 2024
1 parent 1fd5680 commit d7d2c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/serve/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ impl WebServer {
return;
}

#[cfg(debug_assertions)]
tracing::trace!("Sending hotreload to clients {:?}", reload);

let msg = DevserverMsg::HotReload(reload);
Expand Down

0 comments on commit d7d2c2f

Please sign in to comment.