Skip to content

Commit 239426e

Browse files
VIA-423 AJ Enable performance profiling in prod initially
1 parent 166e28e commit 239426e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/environments/prod/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ locals {
2727

2828
PINO_LOG_LEVEL = "info"
2929
DEPLOY_ENVIRONMENT = local.environment
30-
PROFILE_PERFORMANCE = "false"
30+
PROFILE_PERFORMANCE = "true"
3131

3232
CONTENT_API_ENDPOINT = "https://api.service.nhs.uk/"
3333
CONTENT_CACHE_PATH = "s3://${local.content_cache_bucket_name}"

0 commit comments

Comments
 (0)