diff --git a/apps/api/src/controllers/auth.ts b/apps/api/src/controllers/auth.ts index 1309447..fc98dc7 100644 --- a/apps/api/src/controllers/auth.ts +++ b/apps/api/src/controllers/auth.ts @@ -64,7 +64,7 @@ export async function setCachedACUC(api_key: string, acuc: AuthCreditUsageChunk await setValue(cacheKeyACUC, JSON.stringify(acuc), 600, true); }); } catch (error) { - Logger.error(`Error updating cached ACUC: ${error}`); + Logger.error(`Error updating cached ACUC ${cacheKeyACUC}: ${error}`); Sentry.captureException(error); } }