Skip to content

Commit

Permalink
Add logging to show the jobId that we fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Oct 17, 2023
1 parent 513669f commit ce64190
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/httphelper/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,9 @@ func (client *NodeMgmtClient) FeatureSet(pod *corev1.Pod) (*FeatureSet, error) {

func (client *NodeMgmtClient) JobDetails(pod *corev1.Pod, jobId string) (*JobDetails, error) {
client.Log.Info(
"calling Management API features - GET /api/v0/ops/executor/job",
"calling Management API jobDetails - GET /api/v0/ops/executor/job",
"pod", pod.Name,
"jobId", jobId,
)

podHost, podPort, err := BuildPodHostFromPod(pod)
Expand Down

0 comments on commit ce64190

Please sign in to comment.