vali 6 years ago
parent
commit
46b7a47a56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/config.php

+ 2 - 2
application/config.php

@@ -48,8 +48,8 @@ return [
     ],
     ],
 
 
     // 应用调试模式
     // 应用调试模式
-    'app_debug' => false,
+    'app_debug' => true,
     // 应用Trace
     // 应用Trace
-    'app_trace' => false,
+    'app_trace' => true,
 ];
 ];