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