-
Notifications
You must be signed in to change notification settings - Fork 106
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
Provide a way to access logs through the CLI #259
Conversation
2023-04-19.21-09-42.mp4Small video to show what the end result will looks like. |
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.
Good idea!
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.
Looks good overall, thanks!
In previous iteration of logging, the logging thread was not waited for and the daemon would exit before finishing to log all lines causing a panic. See: https://github.com/dora-rs/dora/actions/runs/4805449241/jobs/8551873559#step:11:619
Hi Philipp, I think I have addressed all the pending issue with this PR. Let me know if there anything I have missed. |
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.
Looks good, thanks for the updates!
Provide a way to access the logs from CLI passing through the CLI on the remote machine.
This use
bat
to show the logs.