thinkphp5.1 trace 不显示sql语句

config/app.php

'app_debug'              => true,//线上环境为 false
// 应用Trace
'app_trace'              => true,//线上环境为 false

config/database.php

'debug'           => true,

config/log.php

 'close'       => false,

thinkphp5.1x 设计非常奇怪 必须开启日志 才能在 trace中显示sql语句.

你可能感兴趣的:(sql,数据库)