Skip to content

Commit

Permalink
M3-219 Build : 운영용 로그 관리
Browse files Browse the repository at this point in the history
  • Loading branch information
qjvk2880 committed Jul 30, 2024
1 parent 3537568 commit ada585a
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 @@ -24,4 +24,10 @@
<appender-ref ref="ROLLING_FILE"/>
</root>
</springProfile>

<springProfile name="prod">
<root level="INFO">
<appender-ref ref="ROLLING_FILE"/>
</root>
</springProfile>
</configuration>

0 comments on commit ada585a

Please sign in to comment.