updated verbosity settings for POST request log
This commit is contained in:
parent
f8f555d73a
commit
01f007a753
|
|
@ -279,7 +279,7 @@ func updateSymlink(ctx context.Context, gitRoot, link, newDir string) error {
|
||||||
|
|
||||||
// If there is a symlink update callback, call it
|
// If there is a symlink update callback, call it
|
||||||
if len(*flSymlinkUpdatePostUrl) > 0 {
|
if len(*flSymlinkUpdatePostUrl) > 0 {
|
||||||
log.V(0).Infof("sending post request to %s", *flSymlinkUpdatePostUrl)
|
log.V(1).Infof("sending post request to %s", *flSymlinkUpdatePostUrl)
|
||||||
// Send the post request
|
// Send the post request
|
||||||
req, err := http.NewRequest("POST", *flSymlinkUpdatePostUrl, nil)
|
req, err := http.NewRequest("POST", *flSymlinkUpdatePostUrl, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue