debug
This commit is contained in:
@@ -14,6 +14,8 @@ return [
|
||||
'close' => false,
|
||||
// 全局日志处理 支持闭包
|
||||
'processor' => null,
|
||||
|
||||
'task_debug_log_open_status' => env('TASK_DEBUG_LOG_OPEN_STATUS', false),
|
||||
|
||||
// 日志通道列表
|
||||
'channels' => [
|
||||
|
||||
@@ -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 为设置的任务组进程数 , 根据自身服务器情况增减
|
||||
|
||||
Reference in New Issue
Block a user