Skip to content

Commit

Permalink
fix: suppress the Warnings on missing properties (#1707)
Browse files Browse the repository at this point in the history
Update the Warning alarm suppressions to ignore the missing
properties in the `class-wp-rest-templates-controller`.

These are occurring when specific posts are saved and
do not have a have user or data impact.
  • Loading branch information
patheard authored Apr 18, 2024
1 parent 0c69211 commit f67c4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/terragrunt/aws/alarms/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ locals {
"warning",
]
wordpress_warnings_skip = [
"Attempt to read property*class-wp-rest-templates-controller.php",
"Undefined array key*c3-cloudfront-clear-cache",
"/usr/src/wordpress/wp-content/languages",
"chmod()",
Expand Down

0 comments on commit f67c4f6

Please sign in to comment.