We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80def4e commit 82cbb80Copy full SHA for 82cbb80
crates/turborepo-lib/src/run/mod.rs
@@ -425,7 +425,7 @@ impl Run {
425
warn!("Proxy shutdown notification channel closed unexpectedly");
426
}
427
Err(_) => {
428
- warn!("Proxy shutdown notification timed out after 500 milliseconds");
+ info!("Proxy shutdown notification timed out after 500 milliseconds");
429
430
431
0 commit comments