From d5b632e699ba231b32a5be1fcf18e8c9cab66b66 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 24 May 2017 16:27:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=BC=80=E5=90=AF=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 200dfed66..4a5b631be 100644 --- a/application/config.php +++ b/application/config.php @@ -158,7 +158,7 @@ return [ // 日志保存目录 'path' => LOG_PATH, // 日志记录级别 log,error,info,sql,notice,alert,debug - 'level' => ['error', 'log', 'sql', 'notice', 'alert', 'debug'], + 'level' => ['error', 'log', 'info', 'sql', 'notice', 'alert', 'debug'], // error和sql日志单独记录 'apart_level' => ['error', 'sql'], ],