From 31e6fa466c796035b4450ceeb178df0cf9493928 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 17 Mar 2025 19:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=97=A5=E5=BF=97=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=8E=8B=E7=BC=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/sys-prod.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/sys-prod.config b/config/sys-prod.config index 7f89b44..2df928e 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -156,7 +156,8 @@ {file, "north_data.log"}, {level, info}, {date, "$D0"}, - {count, 10}, + {count, 20}, + {compress, true}, {formatter, lager_default_formatter}, {formatter_config, ["[", date, " ", time, "] ", message, "\n"]} ]}