Skip to content

Commit

Permalink
Merge pull request #122 from nonsoolmate/fix/#121
Browse files Browse the repository at this point in the history
[FIX] xml dev로 수정
  • Loading branch information
mikekks authored Jan 17, 2024
2 parents 12c0fea + c2f3f85 commit 5d47c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nonsoolmateServer/src/main/resources/logback-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<property name="LOG_PATTERN"
value="[%d{yyyy-MM-dd HH:mm:ss}:%-4relative] %green([%thread]) %highlight(%-5level) %boldWhite([%C.%M:%yellow(%L)]) - %msg%n"/>
<springProperty name="DISCORD_WEBHOOK_URI" source="logging.discord.webhook-uri"/>
<springProfile name="dev">
<include resource="console-appender.xml"/>
<include resource="discord-appender.xml"/>
<root level="INFO">
<appender-ref ref="CONSOLE"/>
<appender-ref ref="ASYNC_DISCORD" />
</root>
</springProfile>
</configuration>

0 comments on commit 5d47c43

Please sign in to comment.