Skip to content

Commit 488c210

Browse files
committed
fix(log): Include process start
I didn't carry this forward to the xtask because they are less likely needing to be correlated with other events.
1 parent 576f901 commit 488c210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ fn setup_logger() {
4646
.with_writer(std::io::stderr)
4747
.with_env_filter(env)
4848
.init();
49+
tracing::trace!(start = humantime::format_rfc3339(std::time::SystemTime::now()).to_string());
4950
}
5051

5152
/// Table for defining the aliases which come builtin in `Cargo`.

0 commit comments

Comments
 (0)