diff --git a/config/logging.php b/config/logging.php index 83ac319..96e47ac 100644 --- a/config/logging.php +++ b/config/logging.php @@ -61,6 +61,7 @@ return [ 'driver' => 'single', 'path' => storage_path('logs/laravel.log'), 'level' => env('LOG_LEVEL', 'debug'), + 'permission' => 0666, ], 'daily' => [