Skip to content

Commit

Permalink
http2broker - debug log the topic being published
Browse files Browse the repository at this point in the history
Signed-off-by: Lance-Drane <[email protected]>
  • Loading branch information
Lance-Drane committed Sep 27, 2024
1 parent 18d11fb commit 49a03e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http-2-broker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ async fn send_message(configuration: &Settings, message: String, broker_data: Ar
);
return;
}
tracing::debug!("Publishing message with topic: {}", &topic);

let mut connection = broker_data.connection.lock().await;
if !connection.is_open() {
Expand Down

0 comments on commit 49a03e8

Please sign in to comment.