Closed iYogesharma closed 5 months ago
To ensure the compatibility of package with the JsonFormatter, I just made some adjustments and improvements
[ 'driver' => 'daily', 'path' => storage_path('logs/laravel.log'), 'level' => 'debug', 'formatter' => Monolog\Formatter\JsonFormatter::class, 'days' => 31, ]
To ensure the compatibility of package with the JsonFormatter, I just made some adjustments and improvements