Skip to content

Commit

Permalink
chore: logging discord 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
nar0ng committed Aug 14, 2024
1 parent 72f1a76 commit 5b7161d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jwt:
refresh:
expiration: 86400000 #7일

logging:
discord:
webhook-url: ${DISCORD_WEBHOOK_URL}
config: classpath:logback-spring.xml
#logging:
# discord:
# webhook-url: ${DISCORD_WEBHOOK_URL}
# config: classpath:logback-spring.xml
8 changes: 4 additions & 4 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jwt:
refresh:
expiration: 86400000 #7일

logging:
discord:
webhook-uri: ${DISCORD_WEBHOOK_URI}
config: classpath:logback-test.xml
#logging:
# discord:
# webhook-uri: ${DISCORD_WEBHOOK_URI}
# config: classpath:logback-test.xml

0 comments on commit 5b7161d

Please sign in to comment.