From 5b56ae2d3cf47d803afa9142f6d8a48b101e6971 Mon Sep 17 00:00:00 2001 From: jianjun Date: Tue, 22 Sep 2020 11:21:16 +0800 Subject: [PATCH] =?UTF-8?q?FEIGN=E6=97=A5=E5=BF=97=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/logback-spring.xml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/logback-spring.xml index 66681a1fe8..3059d2ded1 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/logback-spring.xml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/logback-spring.xml @@ -138,17 +138,39 @@ + + + + + ${log.path}/feign.log + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%contextName] [%thread] %-5level %logger{50} - %msg%n + UTF-8 + + + + ${log.path}/warn-%d{yyyy-MM-dd}.%i.log + + 100MB + + + 5 + + + - + + @@ -157,12 +179,14 @@ + +