diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index a9939db..451ef1f 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -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 {