在 FastAdmin 后台建议将 trace 关闭

pull/90/head
F4NNIU 2018-11-27 12:26:14 +08:00
parent 1314a8f35d
commit 54b451856d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ return [
'app_namespace' => 'app',
// 应用调试模式
'app_debug' => Env::get('app.debug', false),
// 应用Trace
// 应用Trace,在 FastAdmin 后台建议将 trace 关闭
'app_trace' => Env::get('app.trace', false),
// 应用模式状态
'app_status' => '',