anttiviljami / wp-server-log-viewer
View and analyse your server logs from within the WordPress admin dashboard
Installs: 6 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 3
Forks: 2
Open Issues: 1
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-10-27 15:48:45 UTC
README
View and analyse your server logs from within the WordPress admin dashboard
Features:
- Read any server log file right from within the WordPress admin
- Filter and analyse your logs with grep-like regex
- Progressive file reading. Doesn't take up tons of memory
Screenshots
Installation
The Composer Way (preferred)
Install the plugin via Composer
composer require anttiviljami/wp-server-log-viewer
Activate the plugin
wp plugin activate wp-server-log-viewer
The Old Fashioned Way
You can also install the plugin by directly uploading the zip file as instructed below:
- Download the plugin
- Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
- Activate the plugin