Skip to content

Commit 485df16

Browse files
author
ChadKluck
committed
updated to cache-data 1.3.3
1 parent 6aeaf6b commit 485df16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application-infrastructure/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tests": "mocha --require=node:test --recursive ./tests/**/*.mjs"
2020
},
2121
"dependencies": {
22-
"@63klabs/cache-data": "^1.3.2"
22+
"@63klabs/cache-data": "^1.3.3"
2323
},
2424
"devDependencies": {
2525
"@aws-sdk/client-dynamodb": "3.x",

application-infrastructure/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ Resources:
480480

481481
NODE_ENV: "production" # We treat everything that is not local development as production
482482
DEPLOY_ENVIRONMENT: !Ref DeployEnvironment # PROD, TEST, DEV - a different category of environment
483-
LOG_LEVEL: !If [ IsProduction, "2", "5"] # 0-2 for prod, 3-5 for non-prod
483+
LOG_LEVEL: !If [ IsProduction, "INFO", "DEBUG"] # 0-2 (ERROR, WARN, INFO) for prod, 3-5 (MSG, DIAG, DEBUG) for non-prod
484484
PARAM_STORE_PATH: !Ref ParameterStoreHierarchy # SSM Parameter store can use a hierarchy to organize your apps parameters
485485

486486
PARAMETERS_SECRETS_EXTENSION_LOG_LEVEL: !If [ IsProduction, "INFO", "DEBUG"] # 'DEBUG', 'WARN', 'ERROR', 'NONE', 'INFO'

0 commit comments

Comments
 (0)