Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Feb 18, 2025
1 parent e083ce5 commit dc85786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/services/usage/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ async function main() {
droppedReports
.labels({ targetId: tokenInfo.target, orgId: tokenInfo.organization })
.inc();
authenticatedRequestLogger.info(
authenticatedRequestLogger.debug(
'Rate limited',
maskedToken,
tokenInfo.target,
Expand Down

0 comments on commit dc85786

Please sign in to comment.