From 919667c774728fd1350ea324dcc49d747d251714 Mon Sep 17 00:00:00 2001 From: Uno Date: Mon, 12 Jul 2021 02:05:59 +0900 Subject: [PATCH] Update #3 - logback properties following the guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 가이드에 맞게 수정하고 안내 문구 사라짐 확인 --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 786f4b2..728ad00 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1 @@ -logging.pattern.rolling-file-name=rolling.txt +logging.logback.rollingpolicy.file-name-pattern=rolling.txt