-
Notifications
You must be signed in to change notification settings - Fork 985
Fix colored output #9326
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 colored output #9326
Conversation
Signed-off-by: Jintu Das <[email protected]>
Signed-off-by: Jintu Das <[email protected]>
Signed-off-by: Jintu Das <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
macfarla
left a comment
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.
I have tested and this works for me locally, color is back
|
@jflo do you have a strong opinion - any issues or concerns? |
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
* Fix colored output in terminal Signed-off-by: Jintu Das <[email protected]> * Update CHANGELOG Signed-off-by: Jintu Das <[email protected]> * Change logger output to out instead of err Signed-off-by: Jintu Das <[email protected]> * move changelog entry to unreleased Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Jintu Das <[email protected]> Signed-off-by: Sally MacFarlane <[email protected]> Co-authored-by: Justin Florentine <[email protected]> Co-authored-by: Sally MacFarlane <[email protected]>
PR description
Fixes colored output in terminal logging
Fixed Issue(s)
Thanks for sending a pull request! Have you done the following?
doc-change-requiredlabel to this PR if updates are required.Locally, you can run these tests to catch failures early:
./gradlew spotlessApply./gradlew build./gradlew acceptanceTest./gradlew integrationTest./gradlew ethereum:referenceTests:referenceTests