Skip to content

Commit

Permalink
[#177] refactor(application-dev.yml): 로그 레벨 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyworld committed Aug 21, 2024
1 parent 961737e commit fc5af1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ cloud:
stack:
auto: false

logging:
level:
root: info # 추후 debug로 변경
4 changes: 4 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ cloud:
bucket: beat-prod-bucket
stack:
auto: false

logging:
level:
root: info

0 comments on commit fc5af1a

Please sign in to comment.