From 1314a8f35d673d23d7be14b47e351f171c10e549 Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Tue, 27 Nov 2018 12:22:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=B0=86=20env=20sample=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=20trace=20=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.sample b/.env.sample index ccd0f2919..67889302b 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,5 @@ [app] debug = false -trace = false [database] hostname = 127.0.0.1 -- Gitee From 54b451856d8387d51fdc0612723c74133bee8ce6 Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Tue, 27 Nov 2018 12:26:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=9C=A8=20FastAdmin=20=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E5=B0=86=20trace=20=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 823b5b6ca..13c39414e 100755 --- a/application/config.php +++ b/application/config.php @@ -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' => '', -- Gitee