-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
misc: add waffle to match w/ forest #12247
Conversation
@rvagg @aarshkshah1992 you guys are 🆒 |
add waffle splash for the nv23 upgrade to match w/ forest
@@ -2520,6 +2518,7 @@ func UpgradeActorsV14(ctx context.Context, sm *stmgr.StateManager, cache stmgr.M | |||
if err != nil { | |||
return cid.Undef, xerrors.Errorf("migrating actors v14 state: %w", err) | |||
} | |||
fmt.Print(upgradeSplash) |
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.
@rvagg @jennijuju it'd be more friendly to guard this print to STDOUT
with a TTY check. If the check returns false
- this means the log is being redirected to a file, and someone will be potentially parsing it. The ascii art could break their observability in the most critical moment.
Forest has this & it's pretty sweet 😄 can we have the same too?