-
Notifications
You must be signed in to change notification settings - Fork 0
Init #1
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
Conversation
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.
Yeah, I think this looks good now.
This is personal preference, but I'd expect stderr to also contain the warn and error logs, otherwise it would be pretty hard to get the full chronological output. Basically having the full log there and the build warnings serving as an alert that something is happening.
But there's always more time to add more knobs for things like this.
Thanks, I'll add an issue to keep track of it |
Initial implementation for
tokio-rs/tracing#3213