Skip to content

Commit

Permalink
fix(powertools): set dev env var to false for compact logging
Browse files Browse the repository at this point in the history
  • Loading branch information
massi-ang authored and bigadsoleiman committed Nov 24, 2023
1 parent 017fdd4 commit fe07921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class Shared extends Construct {
const powerToolsLayerVersion = "46";

this.defaultEnvironmentVariables = {
POWERTOOLS_DEV: "true",
POWERTOOLS_DEV: "false",
LOG_LEVEL: "INFO",
POWERTOOLS_LOGGER_LOG_EVENT: "true",
POWERTOOLS_SERVICE_NAME: "chatbot",
Expand Down

0 comments on commit fe07921

Please sign in to comment.