We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bec96 commit 54e37d7Copy full SHA for 54e37d7
1 file changed
aws/logs_monitoring/logs/datadog_matcher.py
@@ -44,5 +44,8 @@ def match(self, log):
44
45
return True
46
47
+ except ScrubbingException as e:
48
+ raise Exception(f"Failed to filter log: {e}")
49
+
50
except Exception as e:
51
raise Exception(f"Failed to filter log: {e}")
0 commit comments