Start moving from logging to tracing on collab server
Install some spans. Probably more work to do here. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
parent
2d9d30f74a
commit
1fe964ac16
8 changed files with 63 additions and 85 deletions
|
@ -431,6 +431,12 @@ macro_rules! id_type {
|
|||
self.0 as u64
|
||||
}
|
||||
}
|
||||
|
||||
impl std::fmt::Display for $name {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
|
||||
self.0.fmt(f)
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue