Browse Source

modify log level

superbee315 5 years ago
parent
commit
30aafe9e4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config.php

+ 1 - 1
config/config.php

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