Skip to content

Commit 02a0fa2

Browse files
committed
logs improvements
1 parent 3b43366 commit 02a0fa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/driver/rest_conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func RestHelper(method string, uri string, data []byte) ([]byte, error) {
7777
url := "https://" + vip
7878

7979
rest_url := url + uri
80-
Log.Info("URL:>", rest_url)
80+
Log.Infof("%s call on %s", method, rest_url)
8181

8282
req, err := http.NewRequest(method, rest_url, bytes.NewBuffer(data))
8383
req.Header.Set("Accept", "application/json")

0 commit comments

Comments
 (0)