From 0c3bb0a013e7e474ae2da0cb832668b1a95f9327 Mon Sep 17 00:00:00 2001 From: infin_caishuxiao Date: Tue, 27 Feb 2018 17:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=B7=AF=E5=BE=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/{ => conf/PRD}/logback.xml | 2 +- .../src/main/resources/conf/TEST/logback.xml | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) rename infintech-executors/executor-collection-dispatcher/src/main/resources/{ => conf/PRD}/logback.xml (90%) create mode 100644 infintech-executors/executor-collection-dispatcher/src/main/resources/conf/TEST/logback.xml diff --git a/infintech-executors/executor-collection-dispatcher/src/main/resources/logback.xml b/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/logback.xml similarity index 90% rename from infintech-executors/executor-collection-dispatcher/src/main/resources/logback.xml rename to infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/logback.xml index bbea067c..fcb943ad 100644 --- a/infintech-executors/executor-collection-dispatcher/src/main/resources/logback.xml +++ b/infintech-executors/executor-collection-dispatcher/src/main/resources/conf/PRD/logback.xml @@ -2,7 +2,7 @@ logback - + + + %d{HH:mm:ss.SSS} %contextName [%thread] %-5level %logger{36} - %msg%n + + + + + ${log.path} + + ${log.path}.%d{yyyy-MM-dd}.zip + + + %date %level [%thread] %logger{36} [%file : %line] %msg%n + + + + + + + + + + + + \ No newline at end of file