Update info-page.ts

This commit is contained in:
khanon
2023-10-20 00:33:57 +00:00
parent 41a463d2c8
commit ff27ca3780
+1 -1
View File
@@ -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)}`,