@@ -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,
]