Skip to content

Commit

Permalink
Merge pull request #12 from hook-killer/logtest
Browse files Browse the repository at this point in the history
fix : NACL 설정 이후 log test
  • Loading branch information
donsonioc2010 authored Oct 5, 2023
2 parents 7230da1 + d5017b9 commit b965701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ spring:
ddl-auto: none


#로그파일 설정 필요 (Naver Log System으로 발송하기 위함)
#logging:
# config: classpath:config/logback/logback-${spring.profiles.active}.xml
# 로그파일 설정 필요 (Naver Log System으로 발송하기 위함)
logging:
config: classpath:config/logback/logback-${spring.profiles.active}.xml

0 comments on commit b965701

Please sign in to comment.