make sure machine readable logs print what's come through the UI into the logs

This commit is contained in:
Megan Marsh 2019-06-13 10:48:13 -07:00
parent 6982ec796f
commit 88e5a21170
1 changed files with 1 additions and 0 deletions

View File

@ -350,6 +350,7 @@ func (u *MachineReadableUi) Machine(category string, args ...string) {
panic(err)
}
}
log.Printf("%d,%s,%s,%s\n", now.Unix(), target, category, argsString)
}
// TimestampedUi is a UI that wraps another UI implementation and