Skip to content

Commit

Permalink
refactor : log level setting (#500)
Browse files Browse the repository at this point in the history
* refactor : log level setting

* refactor : 토스 페이먼츠 관련 로그 디버깅
  • Loading branch information
ImNM authored Feb 28, 2023
1 parent ed8cb75 commit f84f1d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion DuDoong-Api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ spring:
spring:
config:
activate:
on-profile: prod
on-profile: prod
logging:
level:
ROOT: WARN
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@ logging:
spring:
config:
activate:
on-profile: prod
on-profile: prod
logging:
level:
band.gosrock.infrastructure.outer.api.tossPayments.* : debug

0 comments on commit f84f1d1

Please sign in to comment.