Skip to content

Commit

Permalink
fix: 로컬에서 사용하는 로거 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
3Juhwan committed Feb 6, 2025
1 parent 9101b42 commit 3ccbd02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
</root>
</springProfile>

<springProfile name="local">
<root level="INFO">
<appender-ref ref="CONSOLE"/>
</root>
</springProfile>

<springProfile name="dev">
<root level="INFO">
<appender-ref ref="ERROR-ROLLING"/>
Expand Down

0 comments on commit 3ccbd02

Please sign in to comment.