Selaa lähdekoodia

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

master
sosuke.iwabuchi 2 vuotta sitten
vanhempi
commit
d2dd28664c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      config/logging.php

+ 1
- 0
config/logging.php Näytä tiedosto

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

'daily' => [


Loading…
Peruuta
Tallenna