wp_lagoon_logs/wp_lagoon_logs

Lagoon logs Wordpress plugin.

Installs: 798

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 0

Open Issues: 4

Type:wordpress-muplugin

0.4 2023-08-11 08:30 UTC

README

This module aims to be as close to a zero-configuration logging system for WP sites running on the the Amazee.io Lagoon platform.

Installation

Installation should in WP MU space download and store in mu-plugins folder.

Alternatively, install with composer: composer require wp_lagoon_logs/wp_lagoon_logs

It's installed by adding the following code in load.php file

if (file_exists(WPMU_PLUGIN_DIR.'/wp_lagoon_logs/wp_lagoon_logs.php')) {
  require WPMU_PLUGIN_DIR.'/wp_lagoon_logs/wp_lagoon_logs.php';
}

Use/configuration

Lagoon Logs is meant to be a Zero Configuration setup for Amazee.IO Lagoon projects.

Once the prerequisite modules and libraries have been installed, it will, by default send its logs to a Logstash instance at "application-logs.lagoon.svc:5140".

License note

The plugin is based on Wonolog package which uses the MIT license.