Skip to content

Commit

Permalink
fix: prod 프로파일에서 콘솔에 로그 찍도록 수정 (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjoon authored Sep 24, 2024
1 parent 26ed7a9 commit 47c9d8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/secrets
6 changes: 6 additions & 0 deletions backend/src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,10 @@
</root>
</springProfile>

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

</configuration>

0 comments on commit 47c9d8b

Please sign in to comment.