You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2020. It is now read-only.
A common non-dev use case for the remote cli would be to tail the logs. To achieve this the Logger should have an event emitter that can be subscribed to by a remote cli command.
Tasks:
Extend Logger interface to expose an event emitter (broadcast on Logger.log)
Ensure all spies that spyOn persistLog have not been broken
Add CLI command to subscribe to the log stream
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A common non-dev use case for the remote cli would be to tail the logs. To achieve this the Logger should have an event emitter that can be subscribed to by a remote cli command.
Tasks:
The text was updated successfully, but these errors were encountered: