Skip to content

Commit

Permalink
Merge pull request #93 from nar0ng/bug/#12-server-error
Browse files Browse the repository at this point in the history
fix: 원래 파일대로 되돌림
  • Loading branch information
nar0ng authored Aug 13, 2024
2 parents e08e3ad + c12e8e3 commit 520036c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<springProfile name="dev">
<property resource="application-dev.yml"/>
<springProperty name="DISCORD_WEBHOOK_URL" source="logging.discord.webhook-url"/>

<appender name="DISCORD" class="com.github.napstr.logback.DiscordAppender">
<webhookUrl>${DISCORD_WEBHOOK_URL}</webhookUrl>
<layout class="ch.qos.logback.classic.PatternLayout">
Expand All @@ -29,4 +30,4 @@
<appender-ref ref="Console"/>
</root>
</springProfile>
</configuration>
</configuration>

0 comments on commit 520036c

Please sign in to comment.