Skip to content

Commit 1137de7

Browse files
committed
chore: add Trace ID to debug output
1 parent b3a993f commit 1137de7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/tower-cmd/src/api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ where
191191
{
192192
match api_call.await {
193193
Ok(response) => {
194+
log::debug!("tower trace ID: {}", response.tower_trace_id);
194195
log::debug!("Response from server: {}", response.content);
195196

196197
if let Some(entity) = response.entity {

0 commit comments

Comments
 (0)