fuyu 7 éve
szülő
commit
4c38770cfd
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      application/database.php

+ 3 - 3
application/database.php

@@ -13,9 +13,9 @@
 use think\Env;
 \think\Log::init(
     [
-        'type'  =>  'File',
-        'path'  =>  APP_PATH.'logs/',
-        'apart_level'   =>  ['error','sql','info'],
+        'type'          =>  'File',
+        'path'          =>  APP_PATH.'logs/',
+        'apart_level'   =>  ['error','sql'],
         'time_format'   =>'c',
         'file_size'     => 1024 * 1024 * 10,
     ]