Przeglądaj źródła

ログのパーミッション修正

master
sosuke.iwabuchi 2 lat temu
rodzic
commit
d2dd28664c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      config/logging.php

+ 1
- 0
config/logging.php Wyświetl plik

@@ -61,6 +61,7 @@ return [
'driver' => 'single', 'driver' => 'single',
'path' => storage_path('logs/laravel.log'), 'path' => storage_path('logs/laravel.log'),
'level' => env('LOG_LEVEL', 'debug'), 'level' => env('LOG_LEVEL', 'debug'),
'permission' => 0666,
], ],


'daily' => [ 'daily' => [


Ładowanie…
Anuluj
Zapisz