Skip to content

Commit

Permalink
Merge pull request #99 from nar0ng/bug/#12-server-error
Browse files Browse the repository at this point in the history
🔨 chore: logging discord 주석
  • Loading branch information
nar0ng authored Aug 14, 2024
2 parents 2b4c630 + 93de210 commit fe39c7c
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,7 +30,7 @@ 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 fe39c7c

Please sign in to comment.