mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #53] Add Client-side Audit Logging #36
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ericwang401 on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/53
Is there an existing feature request for this?
Describe the feature you would like to see.
Convoy contains the bare implementation for logging actions. It can be utilized by adding the logging function to any server management API endpoints.
Describe the solution you'd like.
A tab in the non-admin server management panel can be added for activity logs, and users can view the recent administrative actions taken on the server.
The activity logs should be regularly cleared to avoid piling up loads of data.
Additional context to this request.
No response