Skip to content

Commit bb03d1d

Browse files
committed
Improve sidecar gateway error diagnostics
1 parent 8551db9 commit bb03d1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sidecar/src/bridge.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ async fn handle(
288288
dest_authority = %authority,
289289
gateway_endpoint = %connector.gateway_endpoint(),
290290
error = %e,
291+
error_chain = %format_args!("{e:#}"),
291292
"gateway connect failed"
292293
);
293294
return response(StatusCode::BAD_GATEWAY, "gateway unreachable");

0 commit comments

Comments
 (0)