Parcourir la source

modify log level

superbee315 il y a 5 ans
Parent
commit
30aafe9e4c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      config/config.php

+ 1 - 1
config/config.php

@@ -175,7 +175,7 @@ return [
         // 日志保存目录
         'path'  => LOG_PATH,
         // 日志记录级别
-        'level' => [],
+        'level' => ['error', 'notice'],
     ],
 
     // +----------------------------------------------------------------------