From 134504fcf4288234fbc16b276d479d60250a81e5 Mon Sep 17 00:00:00 2001 From: fengyuexingzi Date: Tue, 7 Aug 2018 16:46:40 +0800 Subject: [PATCH] debug --- application/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config.php b/application/config.php index ca53d01..1bacc7c 100644 --- a/application/config.php +++ b/application/config.php @@ -15,9 +15,9 @@ return [ // +---------------------------------------------------------------------- // 应用调试模式 - 'app_debug' => false, + 'app_debug' => true, // 应用Trace - 'app_trace' => false, + 'app_trace' => true, // 应用模式状态 'app_status' => '', // 是否支持多模块