wesmiler 1 year ago
parent
commit
52ba4adc38
1 changed files with 1 additions and 1 deletions
  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'),
         ],