-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: improved log experience on the UI. #1368
Conversation
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.
I'm excited to roll out this change, but there are some things we can do to avoid adding (non-needed) tech-debt. Happy to give it another pass when you have updates. Thanks!
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 @Peeeekay . Jus a few comments
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.
I've made some additional comments. I would address those but removing my request for changes to unlock the PR
9cbfba8
to
b4ebe64
Compare
🤖 I have created a release *beep* *boop* --- ## [0.83.7](0.83.6...0.83.7) (2023-09-25) ### Features * improved log experience on the UI. ([#1368](#1368)) ([760c7f0](760c7f0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: kurtosisbot <[email protected]>
This PR:
I have the logging experience now, where users can see large amount of logs. It behaves like terminal where if at bottom it automatically tracks the new logs, otherwise stays in place until user goes to bottom.
I have included copy and download functionality as well, where users can do that for service logs and logs generated during enclave creation.