We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaf43f commit d51e405Copy full SHA for d51e405
src/worker/environment.rs
@@ -56,7 +56,7 @@ impl Environment {
56
*repo = Some(Repository::open(&self.repository_config)?);
57
58
let clone_duration = clone_start.elapsed();
59
- info!(duration = ?clone_duration, "Index cloned");
+ info!(duration = clone_duration.as_nanos(), "Index cloned");
60
}
61
62
let repo_lock = RepositoryLock { repo };
0 commit comments