-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[WIP] feature: access logs in ui #10758
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10758 +/- ##
============================================
- Coverage 16.31% 16.29% -0.02%
- Complexity 13464 13470 +6
============================================
Files 5676 5696 +20
Lines 499418 500421 +1003
Branches 60395 60473 +78
============================================
+ Hits 81491 81558 +67
- Misses 408855 409782 +927
- Partials 9072 9081 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This feature enables administrators to view management server logs directly in the UI through a dedicated API call. It leverages a Netty-based websocket server to stream logs in real time, offering an efficient way to monitor and debug server operations. Note that the plugin is disabled by default and must be enabled manually. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
722bc7c
to
58c0d36
Compare
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
Description
WIP. More details to be added
This feature enables administrators to view management server logs directly in the UI through a dedicated API call. It leverages a Netty-based websocket server to stream logs in real time, offering an efficient way to monitor and debug server operations. Note that the plugin is disabled by default and must be enabled manually.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Logs-UI-Demo.mp4
How Has This Been Tested?
How did you try to break this feature and the system with this change?