From a0cf70b92f6380bb0026d95d8b29ef0c7acbf1e7 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Tue, 18 May 2021 19:56:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/log_config.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/conf/log_config.yaml b/conf/log_config.yaml index 7f40e25..632c7ef 100644 --- a/conf/log_config.yaml +++ b/conf/log_config.yaml @@ -49,21 +49,21 @@ config: drivername: common db: drivertype: db - level: debug - drivername: mongo1 - console: - drivertype: console - level: debug - drivername: console - user: - file: - # drivertype 为驱动类型 file-文件 db-数据库 console-控制台 - drivertype: file level: info - # drivername 需要和output的map 键值相同 - drivername: user - db: - drivertype: db - level: debug - drivername: mongo2 + drivername: mongo1 +# console: +# drivertype: console +# level: debug +# drivername: console +# user: +# file: +# # drivertype 为驱动类型 file-文件 db-数据库 console-控制台 +# drivertype: file +# level: info +# # drivername 需要和output的map 键值相同 +# drivername: user +# db: +# drivertype: db +# level: debug +# drivername: mongo2