Skip to content

Commit

Permalink
config: dev, prod 슬랙 알림 채널 분리 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
splitCoding authored Aug 15, 2023
1 parent 5fa6589 commit f40f33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<included>
<!-- 슬랙 로그 알림 appender-->
<springProperty name="SLACK_WEBHOOK_URI" source="logging.slack.webhook-uri"/>
<springProperty name="SLACK_CHANNEL" source="logging.slack.channel"/>
<appender name="slack" class="com.github.maricn.logback.SlackAppender">
<webhookUri>${SLACK_WEBHOOK_URI}</webhookUri>
<channel>#shook-log-alert</channel>
<channel>#${SLACK_CHANNEL}</channel>
<layout class="ch.qos.logback.classic.PatternLayout">
<pattern>
[ %d{yyyy/MM/dd HH:mm:ss.SSS} ] %-5level-- [%thread] %logger[%method:%line] - %msg %n
Expand Down
2 changes: 1 addition & 1 deletion backend/src/main/resources/shook-security

0 comments on commit f40f33a

Please sign in to comment.