-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix: use error logger in Rust turborepo #3253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use error logger in Rust turborepo #3253
Conversation
@chris-olszewski is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Ignored Deployments
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good. Does this print to stdout or stderr?
stderr |
…676-audit-shim-log-usage
Moves messaging in Rust land to use the standard logger where applicable:
turborepo_lib::main
now logs any errors via the error logger instead of having the caller decide how to handle the errorThe following are other uses of standard (
println!/write!
) print functionality that weren't changed:turbo --version
turbo bin
This PR does not change the Go side of error logging, but there should only be a single place that needs updating: root.go
Example of new output:
