Skip to content

Commit

Permalink
feat: createLogGroup 을 추가 #441
Browse files Browse the repository at this point in the history
  • Loading branch information
hocaron authored Jun 29, 2024
2 parents 6a64831 + 472068a commit 987fb16
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion mashup-admin/src/main/resources/logback/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<appender name="cloud_watch_aws_log_real" class="ca.pjer.logback.AwsLogsAppender">
Expand All @@ -36,6 +37,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<springProfile name="local">
Expand Down Expand Up @@ -63,4 +65,4 @@
</root>
</springProfile>

</configuration>
</configuration>
2 changes: 2 additions & 0 deletions mashup-batch/src/main/resources/logback/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<appender name="cloud_watch_aws_log_real" class="ca.pjer.logback.AwsLogsAppender">
Expand All @@ -36,6 +37,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<springProfile name="local">
Expand Down
4 changes: 3 additions & 1 deletion mashup-member/src/main/resources/logback/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<appender name="cloud_watch_aws_log_real" class="ca.pjer.logback.AwsLogsAppender">
Expand All @@ -36,6 +37,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<springProfile name="local">
Expand Down Expand Up @@ -63,4 +65,4 @@
</root>
</springProfile>

</configuration>
</configuration>
4 changes: 3 additions & 1 deletion mashup-recruit/src/main/resources/logback/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<appender name="cloud_watch_aws_log_real" class="ca.pjer.logback.AwsLogsAppender">
Expand All @@ -39,6 +40,7 @@
<maxFlushTimeMillis>30000</maxFlushTimeMillis>
<maxBlockTimeMillis>5000</maxBlockTimeMillis>
<retentionTimeDays>0</retentionTimeDays>
<createLogGroup>false</createLogGroup>
</appender>

<springProfile name="local">
Expand Down Expand Up @@ -67,4 +69,4 @@
</root>
</springProfile>

</configuration>
</configuration>

0 comments on commit 987fb16

Please sign in to comment.