Skip to content
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

Island: Change the order of log messages on startup to improve UX #1684

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

mssalvatore
Copy link
Collaborator

What does this PR do?

Two users contacted me (coincidentally on the same day) and were confused when Monkey Island started. They thought it had frozen when the agent binary hashes were printed to the screen. The instructions for accessing the island are buried in the Island's output and it may be difficult for users to find the appropriate messages.

Before

image

After

image

By changing the order and content of the log statements, I hope to alleviate this confusion.

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?
  • Was the CHANGELOG.md updated to reflect the changes?
  • Was the documentation framework updated to reflect the changes?

Testing Checklist

  • Added relevant unit tests?
  • Have you successfully tested your changes locally? Elaborate:

    Tested by running locally

  • If applicable, add screenshots or log transcripts of the feature working

Some users were confused when the Island started up and thought it had
frozen. I hope to alleviate this confusion by changing the order of the
log messages. If the last message displayed after initialization
gives the user instructions on accessing the island, hopefully users
will no longer be confused.

PR #1684
@VakarisZ VakarisZ merged commit 9073140 into agent-refactor Jan 27, 2022
@mssalvatore mssalvatore deleted the island-startup-logging-order branch January 27, 2022 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants