Skip to content

Commit 2f19afa

Browse files
saragerionflochaz
andauthored
Update docs/core/logger.md
Co-authored-by: Florian Chazal <[email protected]>
1 parent eb700b6 commit 2f19afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/logger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Your Logger will include the following keys to your structured logging (default
5858

5959
Key | Example | Note
6060
------------------------------------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------
61-
**level**: `str` | `INFO` | Logging level set for the Lambda function"s invocation
61+
**level**: `string` | `INFO` | Logging level set for the Lambda function"s invocation
6262
**message**: `string` | `Query performed to DynamoDB` | A descriptive, human-readable representation of this log item
6363
**sampling_rate**: `float` | `0.1` | When enabled, it prints all the logs of a percentage of invocations, e.g. 10%
6464
**service**: `str` | `shopping-cart-api` | A unique name identifier of the service this Lambda function belongs to, by default `service_undefined`

0 commit comments

Comments
 (0)