Browse Source

add log2

pull/62/head
JeshuaRen 10 months ago
parent
commit
6d15842cf5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sdks/pcmscheduler/jobset.go

+ 1
- 1
sdks/pcmscheduler/jobset.go View File

@@ -518,7 +518,7 @@ func (c *Client) BindDataSet(req BindReq, token string) (*BindResp, error) {
}

all, err := io.ReadAll(resp.Body)
logger.Errorf("BindDataSet error: %s", string(all))
logger.Errorf("BindDataSet error: %s, url: %s", string(all), targetUrl)

return nil, fmt.Errorf("unknow response content type: %s", contType)
}


Loading…
Cancel
Save