From b38e40805531e55db4b2b0d567dcbf76c74a50ce Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 17 Jan 2022 19:03:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E5=A4=A9=E6=95=B0=E5=8F=AF=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1004891 --user=lyh 定时清理系统报告&日志 https://www.tapd.cn/55049933/s/1093056 --- backend/src/main/resources/logback.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/backend/src/main/resources/logback.xml b/backend/src/main/resources/logback.xml index e171d6760d..fc7771dfd3 100644 --- a/backend/src/main/resources/logback.xml +++ b/backend/src/main/resources/logback.xml @@ -19,7 +19,7 @@ ${logging.file.path}/history/debug.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB @@ -40,7 +40,7 @@ ${logging.file.path}/history/info.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB @@ -64,7 +64,7 @@ ${logging.file.path}/history/error.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB @@ -87,7 +87,7 @@ ${logging.file.path}/history/warn.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB @@ -151,7 +151,7 @@ ${logging.file.path}/history/api/info.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB @@ -184,7 +184,7 @@ ${logging.file.path}/history/testPlan/info.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB @@ -217,7 +217,7 @@ ${logging.file.path}/history/ms-jmeter-run-log.%d{yyyyMMdd}-%i.log - 30 + ${logger.max.history:30} 50MB