Ver código fonte

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

master
sosuke.iwabuchi 2 anos atrás
pai
commit
d2dd28664c
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      config/logging.php

+ 1
- 0
config/logging.php Ver arquivo

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

'daily' => [


Carregando…
Cancelar
Salvar