Skip to content

Commit

Permalink
log error caching group details
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Apr 26, 2023
1 parent 5a63ed7 commit d4e0c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cbox/group/rest/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ func (m *manager) fetchAllGroupAccounts(ctx context.Context) error {
continue
}
if _, err := m.parseAndCacheGroup(ctx, g); err != nil {
log.Error().Err(err).Interface("group", g).Msg("rest: error caching group")
continue
}
}
Expand Down

0 comments on commit d4e0c98

Please sign in to comment.