Log all commands before they're done.
This commit is contained in:
parent
66444931bf
commit
48c1a76240
@ -60,6 +60,7 @@ struct TaskStatus {
|
||||
}
|
||||
|
||||
fn logging_run(cmd: &mut Command) -> Result<TaskStatus, SyncError> {
|
||||
info!("{:?}", cmd);
|
||||
let start = Instant::now();
|
||||
let o = cmd.output()?;
|
||||
let ts = TaskStatus {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user