diff --git a/crates/turborepo-lib/src/run/cache.rs b/crates/turborepo-lib/src/run/cache.rs index b43835fb44663..fc509597a25fa 100644 --- a/crates/turborepo-lib/src/run/cache.rs +++ b/crates/turborepo-lib/src/run/cache.rs @@ -276,7 +276,7 @@ impl TaskCache { OutputLogsMode::Full => { debug!("log file path: {}", self.log_file_path); prefixed_ui.output(format!( - "cache hit{}, suppressing logs {}", + "cache hit{}, replaying logs {}", more_context, GREY.apply_to(&self.hash) ));