A plugin to connect Craft logs to Papertrail.
This plugin requires Craft CMS 3.0.0-beta.23 or later.
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.
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.
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