Use 'tracing' framework for logs and Sentry breadcrumbs
Compare changes
Files
6+ 26
− 15
@@ -8,6 +8,7 @@ use std::io::Read;
@@ -18,6 +19,7 @@ use tonic::body::BoxBody;
@@ -129,55 +131,67 @@ impl<G: SwhFullGraph + Send + Sync + Clone + 'static>
@@ -334,12 +348,15 @@ pub async fn serve<G: SwhFullGraph + Sync + Send + 'static>(
@@ -357,21 +374,10 @@ where
@@ -383,6 +389,7 @@ where
@@ -406,10 +413,14 @@ struct TimedBody<B: Body + Unpin> {