From d2dd28664cb2e43a5bc0fb9d5a08e8920e8ea3f5 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 30 Nov 2023 16:25:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AD=E3=82=B0=E3=81=AE=E3=83=91=E3=83=BC?= =?UTF-8?q?=E3=83=9F=E3=83=83=E3=82=B7=E3=83=A7=E3=83=B3=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/logging.php | 1 + 1 file changed, 1 insertion(+) 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' => [