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