Skip to content

Commit

Permalink
metering event info log too noisy, switch to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Sep 6, 2024
1 parent 892982a commit c0a4013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/tier2.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func tier2ResponseHandler(ctx context.Context, logger *zap.Logger, streamSrv pbs
return connect.NewError(connect.CodeUnavailable, err)
}

logger.Info("sending metering event",
logger.Debug("sending metering event",
zap.String("user_id", userID),
zap.String("key_id", apiKeyID),
zap.String("ip_address", ip),
Expand Down

0 comments on commit c0a4013

Please sign in to comment.