Explorar o código

Merge branch 'liuzj-1001016-dev' into test

liuzejian hai 1 ano
pai
achega
dfaad8cc71
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -66,7 +66,7 @@ return [
 
         'daily' => [
             'driver' => 'daily',
-            'path' => storage_path('logs/'.$hostname. '/'. env('APP_NAME').'/system/laravel.log'),
+            'path' => storage_path('logs/laravel.log'),
             'level' => env('LOG_LEVEL', 'debug'),
             'days' => 14,
         ],