$trace = App::factory($type, '\\think\\trace\\', $config);
if ($response instanceof Redirect) {
//TODO 记录
} else {
$log = $this->app->log->getLog($config['channel'] ?? '');
$log = array_merge_recursive($this->log, $log);
$output = $trace->output($this->app, $response, $log);
if (is_string($output)) {}
$output 返回false; $trace没有调到类只有 config 信息。 不好意思找了很久没找到错误原因,上来问下。。。。。
最佳答案