Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit f1ea7f0

Browse files
committed
fixed formatting of logconfiguration, changed log retention duration
1 parent 920153c commit f1ea7f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cloudformation/services/backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ Resources:
145145
Type: AWS::Logs::LogGroup
146146
Properties:
147147
LogGroupName: !Ref AWS::StackName
148-
RetentionInDays: 365
148+
RetentionInDays: 15

cloudformation/services/beat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Resources:
9797
Value: !Ref RedisEndpoint
9898
- Name: DJANGO_SETTINGS_MODULE
9999
Value: 'backend.settings.production'
100-
LogConfiguration:
100+
LogConfiguration:
101101
LogDriver: awslogs
102102
Options:
103103
awslogs-group: !Ref BeatCloudWatchLogsGroup
@@ -107,4 +107,4 @@ Resources:
107107
Type: AWS::Logs::LogGroup
108108
Properties:
109109
LogGroupName: !Ref AWS::StackName
110-
RetentionInDays: 365
110+
RetentionInDays: 15

cloudformation/services/celery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Resources:
106106
Type: AWS::Logs::LogGroup
107107
Properties:
108108
LogGroupName: !Ref AWS::StackName
109-
RetentionInDays: 365
109+
RetentionInDays: 15

cloudformation/services/daphne.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ Resources:
150150
Type: AWS::Logs::LogGroup
151151
Properties:
152152
LogGroupName: !Ref AWS::StackName
153-
RetentionInDays: 365
153+
RetentionInDays: 15

cloudformation/services/flower.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Resources:
8787
Type: AWS::Logs::LogGroup
8888
Properties:
8989
LogGroupName: !Ref AWS::StackName
90-
RetentionInDays: 365
90+
RetentionInDays: 15
9191

9292
FlowerTargetGroup:
9393
Type: AWS::ElasticLoadBalancingV2::TargetGroup

0 commit comments

Comments
 (0)