config/app.php
'app_debug'              => true,//线上环境为 false
// 应用Trace
'app_trace'              => true,//线上环境为 falseconfig/database.php
'debug'           => true,config/log.php
 'close'       => false,thinkphp5.1x 设计非常奇怪 必须开启日志 才能在 trace中显示sql语句.