Allow fetching action log via CLI or store it at /var/log/plesk
Would be nice to have a log viewer added to plesk cli via something like: plesk bin action_log
Or just logging to a file in /var/log/plesk
Implemented in https://docs.plesk.com/release-notes/obsidian/change-log/#plesk-18041
Added the plesk bin action-log CLI utility. The utility can be used to extract action log entries in raw or JSON format, and also to manage action log rotation settings.--
IG
-
Oxilion commented
Dear IG,
Thanks for this suggestion, but that's not what we're looking for. We're specifically looking for Plesk's Action Log, as available fro the Panel via "Tools & Settings" -> "Action Log".
This is the log that lists all actions from the Panel, such as creating/updating/destroying users, subscriptions, settings, etc...
The Action Log is held in the 'psa' database in the tables `log_actions` as a link-table to `actions`, `log_components`.
We would like to have an option to distill and view this Action Log via the CLI, in stead of via the Panel UI.
We'll gladly hear your input!