Explorar el Código

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

master
sosuke.iwabuchi hace 2 años
padre
commit
d2dd28664c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      config/logging.php

+ 1
- 0
config/logging.php Ver fichero

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

'daily' => [


Cargando…
Cancelar
Guardar