From ff27ca3780821387c491adc1141b1f9ec675d3bd Mon Sep 17 00:00:00 2001 From: khanon Date: Fri, 20 Oct 2023 00:33:57 +0000 Subject: [PATCH] Update info-page.ts --- src/info-page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info-page.ts b/src/info-page.ts index cfdfa29..52db268 100644 --- a/src/info-page.ts +++ b/src/info-page.ts @@ -377,7 +377,7 @@ function getAwsInfo() { const logged = modelStats.get("aws-claude__awsLogged") || 0; const logMsg = config.allowAwsLogging ? `${logged} active keys are potentially logged.` - : `${logged} active keys are potentially logged and can't be used.`; + : `${logged} active keys are potentially logged and can't be used. Set ALLOW_AWS_LOGGING=true to override.`; return { usage: `${prettyTokens(tokens)} tokens${getCostString(cost)}`,