Skip to content

Commit ed693db

Browse files
authored
Merge pull request #4 from ackintosh/tracing-cleanup-fix-gossipsub
Fix missing gossipsub logs
2 parents 1c5043b + 9d08e77 commit ed693db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/logging/src/tracing_libp2p_discv5_logging_layer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ where
2828
};
2929

3030
let mut writer = match target {
31-
"gossipsub" => self.libp2p_non_blocking_writer.clone(),
31+
"libp2p_gossipsub" => self.libp2p_non_blocking_writer.clone(),
3232
"discv5" => self.discv5_non_blocking_writer.clone(),
3333
_ => return,
3434
};

0 commit comments

Comments
 (0)