insight-media / statamic-logbook
Manage and view log files in the CP.
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 5
Language:Blade
Type:statamic-addon
Requires
- rap2hpoutre/laravel-log-viewer: ^v2.1
- statamic/cms: ^3.3
This package is auto-updated.
Last update: 2024-10-29 06:25:32 UTC
README
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.
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
.