tp 6.0.8 调试模式下sql trace无调试信息

浏览:527 发布日期:2022/04/02 分类:ThinkPHP6专区 关键字: sql trace 不显示
TraceDebug.php line: 90

$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 信息。 不好意思找了很久没找到错误原因,上来问下。。。。。
最佳答案
评论( 相关
后面还有条评论,点击查看>>