-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Closes #2072 - capture tunnel logs #2073
Conversation
Passing run #2405 ↗︎
Details:
Review all test suite changes for PR #2073 ↗︎ |
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.
Nice work, @taoeffect! It works well.
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.
LGTM
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.
LGTM! Nice work! 👍
Captures phone logs to server console run accessing via
grunt dev --tunnel
.Adds new
'appLogs/logServer'
selector that can be called manually if necessary before the log capture begins (when login is called). Generally speaking you won't need to call this manually and the logs will appear automatically on the backend, color coded.