Skip to content

Commit

Permalink
fix: log replay message should say replay (#6199)
Browse files Browse the repository at this point in the history
### Description

Just noticed that we claim that we're suppressing logs when in fact
we're replaying them.

### Testing Instructions
👀 


Closes TURBO-1481

Co-authored-by: Chris Olszewski <Chris Olszewski>
  • Loading branch information
chris-olszewski committed Oct 18, 2023
1 parent e28a1c0 commit 5d6fd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/run/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
));
Expand Down

0 comments on commit 5d6fd95

Please sign in to comment.