Parcourir la source

Merge branch 'liuzj-1001016-dev' into test

liuzejian il y a 1 an
Parent
commit
dfaad8cc71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
         ],