There was an error while loading. Please reload this page.
1 parent 8551db9 commit bb03d1dCopy full SHA for bb03d1d
1 file changed
sidecar/src/bridge.rs
@@ -288,6 +288,7 @@ async fn handle(
288
dest_authority = %authority,
289
gateway_endpoint = %connector.gateway_endpoint(),
290
error = %e,
291
+ error_chain = %format_args!("{e:#}"),
292
"gateway connect failed"
293
);
294
return response(StatusCode::BAD_GATEWAY, "gateway unreachable");
0 commit comments