Skip to content

Commit

Permalink
chore: 디스코드 알림 봇 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
f1v3-dev committed Sep 26, 2024
1 parent a5ba3b6 commit 5f6ea2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>

<springProfile name="prod">
<springProfile name="dev">
<include resource="org/springframework/boot/logging/logback/console-appender.xml"/>
<root level="INFO">
<appender-ref ref="CONSOLE"/>
</root>
</springProfile>
<springProfile name="dev">
<springProfile name="prod">
<property resource="application.properties"/>
<springProperty name="DISCORD_WEBHOOK_URL" source="logging.discord.webhook-uri"/>
<appender name="DISCORD" class="com.github.napstr.logback.DiscordAppender">
Expand Down

0 comments on commit 5f6ea2d

Please sign in to comment.