[ // ... 'json_daily' => [ 'driver' => 'daily', 'tap' => [\App\Support\Log\LogTapJson::class], 'path' => storage_path('logs/laravel-json.log'), 'level' => env('LOG_LEVEL', 'debug'), 'days' => 30, ], ], ]