insight-media/statamic-logbook

Manage and view log files in the CP.

Installs: 143

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

Language:Blade

Type:statamic-addon

v2.1.0 2022-04-01 18:30 UTC

This package is auto-updated.

Last update: 2024-04-29 04:53:59 UTC


README


68747470733a2f2f7777772e696e73696768742d6d656469612e62652f696d616765732f6c6f676f2e737667

Logbook

View log files in the CP

Viewing log files directly on the server can be a bit of a hassle... First you have to ssh in, cd to the project's logs directory, and finally open each one only to see the biggest mangle of info logs and error logs with stack traces.

Logbook solves this by displaying each log file in a table and collapsing the stack traces to keep things nice and tidy. You can view a full stack trace by clicking on it.

Logbook

Installation

Install the addon via composer:

composer require insight-media/statamic-logbook

Publish the utility assets:

php artisan vendor:publish --provider="InsightMedia\Logbook\LogbookServiceProvider"

That's it! Logbook can now be accessed via the CP under Tools > Utilities.