Skip to content

Commit 82cbb80

Browse files
committed
lower log level
1 parent 80def4e commit 82cbb80

File tree

1 file changed

+1
-1
lines changed
  • crates/turborepo-lib/src/run

1 file changed

+1
-1
lines changed

crates/turborepo-lib/src/run/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ impl Run {
425425
warn!("Proxy shutdown notification channel closed unexpectedly");
426426
}
427427
Err(_) => {
428-
warn!("Proxy shutdown notification timed out after 500 milliseconds");
428+
info!("Proxy shutdown notification timed out after 500 milliseconds");
429429
}
430430
}
431431

0 commit comments

Comments
 (0)