make sure machine readable logs print what's come through the UI into the logs
This commit is contained in:
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…
Reference in New Issue