Browse Source

修改代码

fuyu 7 years ago
parent
commit
e4235298e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

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