Skip to content

Commit

Permalink
cloudwatch log error pattern amended (#6709)
Browse files Browse the repository at this point in the history
* cloudwatch log error pattern amended

* cloudwatch log error pattern amended

* pattern corrected
  • Loading branch information
IjazMoJ authored Jun 25, 2024
1 parent b8477ed commit 039854f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module "nextcloud_service" {
NEXTCLOUD_ADMIN_PASSWORD = aws_secretsmanager_secret.nextcloud_admin_password.arn
}

log_error_pattern = "FATAL"
log_error_pattern = "ERROR"
sns_topic_arn = aws_sns_topic.nextcloud_alarms.arn
frontend_lb_arn_suffix = aws_alb.nextcloud.arn_suffix

Expand Down

0 comments on commit 039854f

Please sign in to comment.