This commit is contained in:
make
2025-06-17 14:15:03 +08:00
parent 96cc1cb3e4
commit bca949160e
3 changed files with 7 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ return [
'close' => false,
// 全局日志处理 支持闭包
'processor' => null,
'task_debug_log_open_status' => env('TASK_DEBUG_LOG_OPEN_STATUS', false),
// 日志通道列表
'channels' => [

View File

@@ -35,8 +35,7 @@ return [
'log_file' => runtime_path() . 'task.log',
'pid_file' => runtime_path() . 'task.pid',
'task_worker_num' => 0,
'task_debug_log_open_status' => env('TASK_DEBUG_LOG_OPEN_STATUS', false),
],
# Process Pool, NUM 为设置的任务组进程数 , 根据自身服务器情况增减