diff --git a/config/logging.php b/config/logging.php index f87eec6..a2ab506 100644 --- a/config/logging.php +++ b/config/logging.php @@ -129,7 +129,7 @@ return [ 'api' => [ 'driver' => 'single', - 'path' => storage_path('storage/api.log'), + 'path' => storage_path('logs/api.log'), 'level' => 'debug', ],