This project is not covered by Drupal’s security advisory policy.

LogThingy provides a live real-time feed of your site's logs, invite your team and collaborate to efficiently triage bugs and find errors.

Installation

Download and install the module normally according to this guide.

Usage

After installing the module, you will need to configure the client credentials so LogThingy knows where to put your logs. After creating the source in LogThingy, copy the client ID and client secret and put them in your settings.php:

$settings['logthingy_client'] = [
    'id' => 'YOUR_CLIENT_ID',
    'secret' => 'YOUR_CLIENT_SECRET',
];

That's it! You're ready to go and all setup to use LogThingy.

Project information

Releases