Replies: 1 comment
-
|
Turborepo uses stdout vs. stderr to discern which outputs from the underlying tool are error logs. In this case, Prettier is printing those warnings to stdout, which means we don't have any choice but to interpret those lines as normal log lines. If you'd like to see this behavior change, it would have to change in Prettier. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-goals
No response
Background
I don't want to spam logs from some tasks, but if a task fails I want to know why, right now, there's no details:
with --output-logs=errors-only:
without (there are useful warn logs):
Proposal
Maybe introduce new output logs option which will work like
fullbut it will print full only for failed tasks.Beta Was this translation helpful? Give feedback.
All reactions