Skip to content

Commit

Permalink
remove shutdown signal from atoma p2p service run tracing span
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Feb 11, 2025
1 parent 8953445 commit 452db0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atoma-p2p/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ impl AtomaP2pNode {
/// - Peer subscription/unsubscription events
/// - Usage metrics processing errors
/// - Shutdown events
#[instrument(level = "info", skip(self))]
#[instrument(level = "info", skip_all)]
pub async fn run(
mut self,
mut shutdown_signal: watch::Receiver<bool>,
Expand Down

0 comments on commit 452db0f

Please sign in to comment.