We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6d22e commit 01c6bceCopy full SHA for 01c6bce
1 file changed
examples/powertools-examples-core-utilities/sam/template.yaml
@@ -1,4 +1,4 @@
1
-AWSTemplateFormatVersion: '2010-09-09'
+AWSTemplateFormatVersion: "2010-09-09"
2
Transform: AWS::Serverless-2016-10-31
3
Description: >
4
CoreUtilities
@@ -13,9 +13,9 @@ Globals:
13
Environment:
14
Variables:
15
# Powertools for AWS Lambda (Java) env vars: https://docs.powertools.aws.dev/lambda/java/#environment-variables
16
- POWERTOOLS_LOG_LEVEL: DEBUG
17
- # POWERTOOLS_LOGGER_SAMPLE_RATE: 0.1
18
- POWERTOOLS_LOGGER_LOG_EVENT: false
+ POWERTOOLS_LOG_LEVEL: DEBUG # We use log buffering to buffer DEBUG logs (see log4j2.xml)
+ POWERTOOLS_LOGGER_SAMPLE_RATE: 0.1
+ POWERTOOLS_LOGGER_LOG_EVENT: true
19
POWERTOOLS_METRICS_NAMESPACE: Coreutilities
20
21
Resources:
0 commit comments