diff --git a/config/logging.php b/config/logging.php index 1345f6f..f87eec6 100644 --- a/config/logging.php +++ b/config/logging.php @@ -127,6 +127,12 @@ return [ 'path' => storage_path('logs/laravel.log'), ], + 'api' => [ + 'driver' => 'single', + 'path' => storage_path('storage/api.log'), + 'level' => 'debug', + ], + ], ];