wesmiler 1 năm trước cách đây
mục cha
commit
52ba4adc38
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/logging.php

+ 1 - 1
config/logging.php

@@ -51,7 +51,7 @@ return [
         ],
 
         'swoole'=> [
-            'driver' => 'swoole',
+            'driver' => 'daily',
             'path' => storage_path('logs/swoole-task.log'),
             'level' => env('LOG_LEVEL', 'debug'),
         ],