Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rkthtrifork committed May 30, 2024
1 parent acd9570 commit a07fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch-operator/pkg/reconcilers/ismpolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (r *IsmPolicyReconciler) Reconcile() (retResult ctrl.Result, retErr error)
}
if errors.Is(retErr, services.ErrNotFound) {
r.logger.V(1).Info(fmt.Sprintf("policy %s not found, creating.", r.instance.Spec.PolicyID))
r.logger.Error(retErr, spew.Sdump(*ismpolicy))
r.logger.Error(retErr, "hejhejhej1"+spew.Sdump(*ismpolicy))
retErr = services.CreateISMPolicy(r.ctx, r.osClient, *ismpolicy, policyId)
if retErr != nil {
reason = "failed to create ism policy"
Expand Down

0 comments on commit a07fdc8

Please sign in to comment.