Skip to content

Commit

Permalink
chore(network-api): logback-common.xml 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed Dec 20, 2024
1 parent 565f6c6 commit 1294c9f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
spring:
config:
import:
#@PropertySource는 스프링 컨텍스트가 초기화된 이후 처리되기 때문에 여기서 env를 미리 로드
- "classpath:env-network-api.properties"
#log-writer 모듈
- "classpath:application-log-writer.yml"

logging:
discord:
webhook-url: ${DISCORD_WEBHOOK_URL}
config: "classpath:logback-common.xml"

0 comments on commit 1294c9f

Please sign in to comment.