Skip to content

Commit

Permalink
🔧 Logback.xml accesskey 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
min-0 committed Sep 24, 2024
1 parent 19f480c commit cb28180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
<pattern>[%thread] [%date] [%level] [%file:%line] - %msg%n</pattern>
</layout>
<logGroupName>mapddang-log-prod</logGroupName>
<logStreamUuidPrefix>mapddang-log-prod</logStreamUuidPrefix>
<logStreamUuidPrefix>mapddang-prod-</logStreamUuidPrefix>
<logRegion>ap-northeast-2</logRegion>
<maxBatchLogEvents>50</maxBatchLogEvents>
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<accessKeyId>${AWS_S3_ACCESS_KEY}</accessKeyId>
<secretAccessKey>${AWS_S3_SECRET_KEY}</secretAccessKey>
</appender>

<root level="INFO">
Expand Down

0 comments on commit cb28180

Please sign in to comment.