From 329a8c718389c4e0254c3ebbd97dc85105b7f17c Mon Sep 17 00:00:00 2001 From: sunkyu kim Date: Thu, 8 Sep 2022 00:56:25 +0000 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 263 ++++++++++++++++++-------- 1 file changed, 182 insertions(+), 81 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index f381460..79a4a76 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,81 +1,182 @@ - - - - - - - - - - - - - - - %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-40.40logger{39}){cyan} %clr(%-4L){cyan} [${app_name}] %m%n%wEx - - - - - ${log_path}/${app_name}-${dayStr}-${hostName}.log - - ${log_path}/${app_name}-%d{yyyyMMdd}-%i-${hostName}.log - 100MB - - - %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-40.40logger{39}){cyan} %clr(%-4L){cyan} [${app_name}] %m%n%wEx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-40.40logger{39}){cyan} %clr(%-4L){cyan} [${app_name}] %m%n%wEx + + + + + ${log_path}/${app_name}-${dayStr}-${hostName}.log + + ${log_path}/${app_name}-%d{yyyyMMdd}-%i-${hostName}.log + 100MB + + + %clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-40.40logger{39}){cyan} %clr(%-4L){cyan} [${app_name}] %m%n%wEx + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +