瀏覽代碼

修改代码

fuyu 7 年之前
父節點
當前提交
e4235298e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

@@ -15,7 +15,7 @@ use think\Env;
     [
         'type'          =>  'File',
         'path'          =>  APP_PATH.'logs/',
-        'apart_level'   =>  ['error','sql'],
+        'apart_level'   =>  ['error','sql','info'],
         'time_format'   =>'c',
         'file_size'     => 1024 * 1024 * 10,
     ]