Log auth0 batch length (#1255)

This commit is contained in:
Maycon Santos 2023-10-27 09:52:11 +02:00 committed by GitHub
parent a8d03d8c91
commit db25ca21a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {