From c75c9ff1ff50b5a45bb3934b43cd6c5b0931a19c Mon Sep 17 00:00:00 2001 From: gaoshuaixing Date: Fri, 24 Nov 2023 15:26:04 +0800 Subject: [PATCH] =?UTF-8?q?go=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go/config/config.default.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/go/config/config.default.json b/go/config/config.default.json index 1c8f6ba..e843cd5 100644 --- a/go/config/config.default.json +++ b/go/config/config.default.json @@ -6,6 +6,13 @@ "max_size": 1024, "max_age": 10 }, + "core_logger": { + "output_json": true, + "level": "info", + "filename": "ee-go-core.log", + "max_size": 1024, + "max_age": 10 + }, "http": { "enable": true, "protocol": "http://",