Browse Source

去掉info等级的日志记录

zmw 8 months ago
parent
commit
968459c2da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/log.php

+ 1 - 1
config/log.php

@@ -7,7 +7,7 @@ return [
     // 默认日志记录通道
     'default'      => env('log.channel', 'file'),
     // 日志记录级别
-    'level'        => ['error', 'alert','info'],
+    'level'        => ['error', 'alert'],
     // 日志类型记录的通道 ['error'=>'email',...]
     'type_channel' => [],
     // 关闭全局日志写入