目录结构调整

This commit is contained in:
2016-06-30 16:53:58 +08:00
parent 7eaa319115
commit 52f669abec
107 changed files with 4600 additions and 476 deletions

View File

@@ -140,12 +140,20 @@ return [
// +----------------------------------------------------------------------
'log' => [
// 日志记录方式,支持 file socket trace sae
// 日志记录方式,支持 file socket sae
'type' => 'File',
// 日志保存目录
'path' => LOG_PATH,
],
// +----------------------------------------------------------------------
// | Trace设置
// +----------------------------------------------------------------------
'trace' => [
//支持Html,Console 设为false则不显示
'type' => false,
],
// +----------------------------------------------------------------------
// | 缓存设置
// +----------------------------------------------------------------------