Wrapper package to make use of czim/monolog-json-context in Laravel applications.
The aim of this package is to easily set up (separate) logging to be easily grokkable by Logstash.
Laravel | Package |
---|---|
5.8 and below | 0.9 |
6.0 and up | 1.0 |
9.0 | 2.0 |
10.0 | 3.0 |
Via Composer:
$ composer require czim/laravel-json-context-logging
Publish the configuration file:
php artisan vendor:publish --provider="Czim\LaravelJsonContextLogging\Providers\JsonContextLoggingServiceProvider"
The MIT License (MIT). Please see License File for more information.