From d5017b961baaebbb40a56df2aebd443cda0df012 Mon Sep 17 00:00:00 2001 From: bongsh0112 Date: Thu, 5 Oct 2023 16:50:25 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20NACL=20=EC=84=A4=EC=A0=95=20=EC=9D=B4?= =?UTF-8?q?=ED=9B=84=20log=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index beb8cd1..af858ea 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -23,6 +23,6 @@ spring: ddl-auto: none -#로그파일 설정 필요 (Naver Log System으로 발송하기 위함) -#logging: -# config: classpath:config/logback/logback-${spring.profiles.active}.xml \ No newline at end of file +# 로그파일 설정 필요 (Naver Log System으로 발송하기 위함) +logging: + config: classpath:config/logback/logback-${spring.profiles.active}.xml \ No newline at end of file