From 90aa19caebe04f4e9eab8c549dc0a21504b401d8 Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 12 May 2025 15:12:38 +0200 Subject: [PATCH] updating logs --- workflow_builder/admiralty_setter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow_builder/admiralty_setter.go b/workflow_builder/admiralty_setter.go index 97c8fd6..fbd9668 100644 --- a/workflow_builder/admiralty_setter.go +++ b/workflow_builder/admiralty_setter.go @@ -64,7 +64,7 @@ func (s *AdmiraltySetter) InitializeAdmiralty(localPeerID string,remotePeerID st kubeconfig := s.getKubeconfig(remotePeer, caller) logger.Info().Msg("\n\n Creating a secret from the kubeconfig " + localPeerID + " ns-" + s.Id) _ = s.callRemoteExecution(localPeer, []int{http.StatusCreated}, caller,s.Id, tools.ADMIRALTY_SECRET, tools.POST,kubeconfig, true) - logger.Info().Msg("\n\n Creating the Admiralty Target on " + localPeerID + " ns-" + s.Id ) + logger.Info().Msg("\n\n Creating the Admiralty Target on " + localPeerID + " in namespace " + s.Id ) _ = s.callRemoteExecution(localPeer,[]int{http.StatusCreated, http.StatusConflict},caller,s.Id,tools.ADMIRALTY_TARGET,tools.POST, nil, true) logger.Info().Msg("\n\n Checking for the creation of the admiralty node on " + localPeerID + " ns-" + s.Id) s.checkNodeStatus(localPeer,caller)