Skip to content

Commit

Permalink
fix: add stage profile in application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CokeLee777 committed Jun 22, 2023
1 parent 8ceae22 commit b478696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ logging:
config: classpath:logback.xml
level:
root: INFO
swyg.hollang: DEBUG
swyg.hollang: INFO
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
config:
activate:
on-profile: prod, dev, local, test
on-profile: prod, stage, dev, local, test
servlet:
multipart:
max-file-size: 10MB
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<pattern>[%thread] [%date] [%level] [%file:%line] - %msg%n</pattern>
</layout>
<logGroupName>hollang-weeks52-LG</logGroupName>
<logStreamUuidPrefix>hollang-week252-stage-</logStreamUuidPrefix>
<logStreamUuidPrefix>hollang-weeks52-stage-</logStreamUuidPrefix>
<logRegion>ap-northeast-2</logRegion>
<maxBatchLogEvents>50</maxBatchLogEvents>
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
Expand Down

0 comments on commit b478696

Please sign in to comment.