Skip to content

Commit

Permalink
fix(log): Include process start
Browse files Browse the repository at this point in the history
I didn't carry this forward to the xtask because they are less likely
needing to be correlated with other events.
  • Loading branch information
epage committed Aug 23, 2023
1 parent 576f901 commit 488c210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cargo/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ fn setup_logger() {
.with_writer(std::io::stderr)
.with_env_filter(env)
.init();
tracing::trace!(start = humantime::format_rfc3339(std::time::SystemTime::now()).to_string());
}

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

0 comments on commit 488c210

Please sign in to comment.