File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Your Logger will include the following keys to your structured logging (default
58
58
59
59
Key | Example | Note
60
60
------------------------------------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------
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
62
62
** message** : ` string ` | ` Query performed to DynamoDB ` | A descriptive, human-readable representation of this log item
63
63
** sampling_rate** : ` float ` | ` 0.1 ` | When enabled, it prints all the logs of a percentage of invocations, e.g. 10%
64
64
** service** : ` str ` | ` shopping-cart-api ` | A unique name identifier of the service this Lambda function belongs to, by default ` service_undefined `
You can’t perform that action at this time.
0 commit comments