Skip to content

Commit

Permalink
Log auth0 batch length (netbirdio#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored Oct 27, 2023
1 parent c0e2f5e commit 7ca8265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/idp/auth0.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func (am *Auth0Manager) GetAccount(accountID string) ([]*UserData, error) {
return nil, err
}

log.Debugf("returned user batch for accountID %s on page %d, %v", accountID, page, batch)
log.Debugf("returned user batch for accountID %s on page %d, batch length %d", accountID, page, len(batch))

err = res.Body.Close()
if err != nil {
Expand Down

0 comments on commit 7ca8265

Please sign in to comment.