Skip to content

fix(run-cache): honor errors-only output mode when cache is disabled#11570

Open
fggjh-hub wants to merge 2 commits intovercel:mainfrom
fggjh-hub:fix/output-logs-errors-only-cache-false
Open

fix(run-cache): honor errors-only output mode when cache is disabled#11570
fggjh-hub wants to merge 2 commits intovercel:mainfrom
fggjh-hub:fix/output-logs-errors-only-cache-false

Conversation

@fggjh-hub
Copy link

Summary

Fixes #6677

When a task has cache: false, the --output-logs errors-only flag was being ignored. The log file needed for replaying errors wasn't being created when caching was disabled.

Testing

  • Run the new integration test:
pnpm test -F turborepo-tests-integration -- "tests/run-logging/errors-only-cache-false.t"

@fggjh-hub fggjh-hub requested a review from a team as a code owner January 27, 2026 19:14
@fggjh-hub fggjh-hub requested review from tknickman and removed request for a team January 27, 2026 19:14
@vercel
Copy link
Contributor

vercel bot commented Jan 27, 2026

@fggjh-hub is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[turborepo] The --output-logs errors-only flag is ignored for non-cached tasks.

1 participant