From 084a374c62942ad9c9e187bde97d24c037fdf132 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 13 Jul 2023 20:48:57 +0800 Subject: [PATCH] fix bug: log not in correct position --- config/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 07d46957e..45f3b7179 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -117,10 +117,10 @@ rpcRegisterName: #rpc注册服务名,不建议修改 openImThirdName: Third log: - storageLocation: ../logs/ #存放目录 - rotationTime: 24 #日志旋转时间 - remainRotationCount: 2 #日志数量 - remainLogLevel: 6 #日志级别 6表示全都打印, + storageLocation: ../../../../../logs/ #存放目录 + rotationTime: 24 #日志旋转时间 + remainRotationCount: 2 #日志数量 + remainLogLevel: 6 #日志级别 6表示全都打印, isStdout: false isJson: false withStack: false