add build info when building from source

This commit is contained in:
Jesse Duffield 2022-08-01 20:04:22 +10:00
parent 69f4292fe3
commit 86ac309e08
8 changed files with 56 additions and 40 deletions

View file

@ -215,7 +215,7 @@ func (self *cmdObjRunner) runAndStreamAux(
if cmdObj.ShouldLog() {
self.logCmdObj(cmdObj)
}
self.log.WithField("command", cmdObj.ToString()).Info("RunCommand")
self.log.WithField("command", cmdObj.ToString()).Debug("RunCommand")
cmd := cmdObj.GetCmd()
var stderr bytes.Buffer