
內容簡介
安裝並啟用插件後,您可以檢查以下活動。
功能
超輕量化,不會影響網站性能。
已通過 100 多種模式單元測試,您可以放心地在企業中使用。
可擴展事件保存日誌,因此您可以開發自己的插件以收集它。
保存以下 WordPress 活動的日誌
發布、更新或刪除已發布的文章。
啟用或禁用插件或佈景主題。
更新 WordPress 核心、插件、語言文件。
用戶登錄動作
通過 XML-RPC 登錄和發布
PHP 錯誤(在調試模式下也保存警告和注意)
WP-CLI 命令已準備就緒。
保存日誌的詳細信息
WordPress
核心更新
插件/佈景主題更新
語言更新
文章/頁面/附件
創建
更新
刪除
插件
啟用
停用
佈景主題
切換
使用者
登入
XML-RPC
驗證
創建
更新
刪除
PHP
錯誤
警告(僅 WP_DEBUG)
注意(僅 WP_DEBUG)
WP-CLI
獲取日誌列表。
$ wp log list --posts_per_page=5
獲取特定級別的日誌列表。
$ wp list --level=error --posts_per_page=5
問題
https://github.com/tarosky/logbook
外掛標籤
開發者團隊
原文外掛簡介
Once you have installed and activated it, you can check the following activities.
Features
Super lightweight and it doesn’t affect site’s performances.
It has passed over 100 patterns unit test, you can use it with confidence in the enterprise.
Extensible event saving logs, so you can develop own add-ons for collecting it.
Saving logs the following activities on WordPress
Publish, update or delete published posts.
Activate or deactivate plugins or themes.
Updating WordPress core, plugins, language files.
Users login action
Login and posting via XML-RPC
PHP errors (On the debug mode, it also save Warning and Notice)
WP-CLI command ready.
Detail of saving logs
WordPress
Core updates
Plugin/Theme updates
Language updates
Post/Page/Attachment
Created
Updated
Deleted
Plugin
Activated
Deactivated
Theme
Switched
User
Logged in
XML-RPC
Authenticated
Created
Updated
Deleted
PHP
Errors
Warnings (WP_DEBUG only)
Notices (WP_DEBUG only)
WP-CLI
Get a list of logs.
$ wp log list --posts_per_page=5
Get a list of specific level of logs.
$ wp list --level=error --posts_per_page=5
Issues
https://github.com/tarosky/logbook
