From 251903e69f51f0c32d09fbb3dfa3b1044f08aa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= Date: Sun, 5 Jan 2025 21:55:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=83=99?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E3=81=AE=E3=83=AD=E3=82=B0=E3=81=AF=E3=83=91?= =?UTF-8?q?=E3=83=BC=E3=83=9F=E3=83=83=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92?= =?UTF-8?q?=E7=B7=A9=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/logging.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/logging.php b/config/logging.php index 8d94292b29f..66650d36265 100644 --- a/config/logging.php +++ b/config/logging.php @@ -63,6 +63,7 @@ 'path' => storage_path('logs/laravel.log'), 'level' => env('LOG_LEVEL', 'debug'), 'replace_placeholders' => true, + 'permission' => 0664, ], 'daily' => [ @@ -71,6 +72,7 @@ 'level' => env('LOG_LEVEL', 'debug'), 'days' => env('LOG_DAILY_DAYS', 14), 'replace_placeholders' => true, + 'permission' => 0664, ], 'slack' => [