updated verbosity settings for POST request log

This commit is contained in:
Zac 2018-08-28 14:25:32 -07:00 committed by Thomas Jackson
parent f8f555d73a
commit 01f007a753
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ func updateSymlink(ctx context.Context, gitRoot, link, newDir string) error {
// If there is a symlink update callback, call it
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
req, err := http.NewRequest("POST", *flSymlinkUpdatePostUrl, nil)
if err != nil {