Skip to content

Commit

Permalink
Report total
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Apr 3, 2024
1 parent 808e3b0 commit 77916bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/owl/query.go
Expand Up @@ -47,7 +47,7 @@ func (s *Store) snapshotQuery(query, vars io.StringWriter) error {
}

}
s.logger.Debug("snapshot opSets breakdown", zap.Int("loaded", loaded), zap.Int("updated", updated), zap.Int("deleted", deleted))
s.logger.Debug("snapshot opSets breakdown", zap.Int("loaded", loaded), zap.Int("updated", updated), zap.Int("deleted", deleted), zap.Int("total", len(s.opSets)))

q, err := NewQuery("Snapshot", varDefs,
[]QueryNodeReducer{
Expand Down

0 comments on commit 77916bc

Please sign in to comment.