anttiviljami/wp-server-log-viewer

View and analyse your server logs from within the WordPress admin dashboard

Installs: 6 214

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 3

Forks: 2

Open Issues: 1

Type:wordpress-plugin

1.0 2016-08-28 21:49 UTC

This package is auto-updated.

Last update: 2024-03-27 14:37:02 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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

Gif

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:

  1. Download the plugin
  2. Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
  3. Activate the plugin