Skip to content

Commit

Permalink
print cluster label
Browse files Browse the repository at this point in the history
  • Loading branch information
korotkov-aerospike committed Oct 29, 2024
1 parent 5d80db5 commit e37312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/restore_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (r *dataRestorer) validateDestinationNamespace(request *model.RestoreReques
// it can be only 1 missing ns.
err := fmt.Errorf("destination cluster does not have namespace %s", missingNamespaces[0])
slog.Error("Failed to restore by path",
slog.Any("cluster", request.DestinationCuster),
slog.Any("cluster label", request.DestinationCuster.ClusterLabel),
slog.Any("err", err))
r.restoreJobs.setFailed(jobID, err)
return true
Expand Down

0 comments on commit e37312f

Please sign in to comment.