Skip to content

Commit

Permalink
chore-be(Logback): test 환경 로그백 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobby-Kim authored Sep 24, 2024
1 parent 2c95345 commit 2ea7072
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backend/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,14 @@
<appender-ref ref="ERROR"/>
</root>
</springProfile>

<!-- Test Profile 설정 -->
<springProfile name="test">
<root level="INFO">
<appender-ref ref="CONSOLE"/>
<appender-ref ref="INFO"/>
<appender-ref ref="WARN"/>
<appender-ref ref="ERROR"/>
</root>
</springProfile>
</configuration>

0 comments on commit 2ea7072

Please sign in to comment.