We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d00326 commit 839cbd9Copy full SHA for 839cbd9
src/function.py
@@ -119,7 +119,7 @@ class EntryType(Enum):
119
r"(?P<request_id>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})"
120
)
121
122
-LOGGING_LAMBDA_VERSION = "2.9.5"
+LOGGING_LAMBDA_VERSION = "2.9.9"
123
LOGGING_PLUGIN_METADATA = {"type": "lambda", "version": LOGGING_LAMBDA_VERSION}
124
125
0 commit comments