Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit a08ca0a

Browse files
committed
Merge branch 'master' into ajacquemot/logs_client_http_switch
2 parents f96358f + fe2307e commit a08ca0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/logs_monitoring/lambda_function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def __init__(self, name, pattern, placeholder):
7575
DD_API_KEY = DD_API_KEY.strip()
7676

7777
# DD_MULTILINE_REGEX: Datadog Multiline Log Regular Expression Pattern
78+
DD_MULTILINE_LOG_REGEX_PATTERN = None
7879
if "DD_MULTILINE_LOG_REGEX_PATTERN" in os.environ:
7980
DD_MULTILINE_LOG_REGEX_PATTERN = os.environ["DD_MULTILINE_LOG_REGEX_PATTERN"]
8081
multiline_regex = re.compile(

0 commit comments

Comments
 (0)