Skip to content

Commit

Permalink
Merge pull request #515 from woowacourse-teams/dev
Browse files Browse the repository at this point in the history
긴급 오류 수정
  • Loading branch information
robinjoon authored Sep 24, 2024
2 parents 1155276 + 47c9d8b commit 70b4123
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 70b4123

Please sign in to comment.