We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a993f commit 1137de7Copy full SHA for 1137de7
1 file changed
crates/tower-cmd/src/api.rs
@@ -191,6 +191,7 @@ where
191
{
192
match api_call.await {
193
Ok(response) => {
194
+ log::debug!("tower trace ID: {}", response.tower_trace_id);
195
log::debug!("Response from server: {}", response.content);
196
197
if let Some(entity) = response.entity {
0 commit comments