trendyminds / craft-paper-trail
A plugin to connect Craft logs to Papertrail.
Installs: 746
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 3
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0
- rekurzia/yii2-papertrail-log-target: ^0.10.0
README
A plugin to connect Craft logs to Papertrail.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require trendyminds/craft-paper-trail
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Craft PaperTrail.
Craft PaperTrail Overview
Papertrail is a logging solution that is lowcost and simple to use. This plugin utilizes the "port" based log destination created in the Papertrail portal and sends Craft logs using a custom Yii log target.
Configuring Craft PaperTrail
You can either configure the plugin using the settings page or by using a configuration file. Copy 'config.php' to 'craft/config' then rename config to 'craft-paper-trail.php.
Brought to you by TrendyMinds