We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee03581 commit bbd6375Copy full SHA for bbd6375
1 file changed
crates/vite_shared/src/tracing.rs
@@ -24,8 +24,6 @@ pub fn init_tracing() {
24
static TRACING: OnceLock<()> = OnceLock::new();
25
TRACING.get_or_init(|| {
26
let Ok(env_var) = std::env::var(env_vars::VITE_LOG) else {
27
- // No VITE_LOG set — skip subscriber installation so the global
28
- // default slot stays available for other components.
29
return;
30
};
31
0 commit comments