Skip to content

Commit

Permalink
docs : logback slack 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
woo0doo committed Feb 18, 2024
1 parent f8d63d6 commit 304f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<springProperty name="SLACK_WEBHOOK_URI" source="logging.slack.webhook-uri"/>
<appender name="SLACK" class="com.github.maricn.logback.SlackAppender">
<webhookUri>https://hooks.slack.com/services/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</webhookUri>
<webhookUri>${SLACK_WEBHOOK_URI}</webhookUri>
<layout class="ch.qos.logback.classic.PatternLayout">
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %msg %n</pattern>
</layout>
Expand Down

0 comments on commit 304f64d

Please sign in to comment.