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

pull/7745/head
Megan Marsh 7 years ago
parent 6982ec796f
commit 88e5a21170

@ -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

Loading…
Cancel
Save