Skip to content

Commit

Permalink
ファイルベースのログはパーミッションを緩める
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Jan 5, 2025
1 parent fa8db5d commit 251903e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'path' => storage_path('logs/laravel.log'),
'level' => env('LOG_LEVEL', 'debug'),
'replace_placeholders' => true,
'permission' => 0664,
],

'daily' => [
Expand All @@ -71,6 +72,7 @@
'level' => env('LOG_LEVEL', 'debug'),
'days' => env('LOG_DAILY_DAYS', 14),
'replace_placeholders' => true,
'permission' => 0664,
],

'slack' => [
Expand Down

0 comments on commit 251903e

Please sign in to comment.