We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576f901 commit 488c210Copy full SHA for 488c210
src/bin/cargo/main.rs
@@ -46,6 +46,7 @@ fn setup_logger() {
46
.with_writer(std::io::stderr)
47
.with_env_filter(env)
48
.init();
49
+ tracing::trace!(start = humantime::format_rfc3339(std::time::SystemTime::now()).to_string());
50
}
51
52
/// Table for defining the aliases which come builtin in `Cargo`.
0 commit comments