mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-04 06:28:57 +00:00
Build execution times are now logged as trace instead of debug.
This commit is contained in:
parent
f6de0959a2
commit
1a66fcdad7
@ -648,7 +648,7 @@ impl<'s> Builder<'s> {
|
||||
.map_err(AppError::command_failed(cmd))
|
||||
})
|
||||
.await?;
|
||||
tracing::debug!(target: "zbuild_exec", rule_name=?rule.name, ?program, ?args, ?duration, "Execution duration");
|
||||
tracing::trace!(target: "zbuild_exec", rule_name=?rule.name, ?program, ?args, ?duration, "Execution duration");
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user