Ver código fonte

modify log level

superbee315 5 anos atrás
pai
commit
30aafe9e4c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config/config.php

+ 1 - 1
config/config.php

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