Reduce remaining remote URL debug detail

This commit is contained in:
2026-04-04 10:48:40 +08:00
parent 4d506aabf7
commit 5149320afd
5 changed files with 49 additions and 15 deletions

View File

@@ -1365,7 +1365,7 @@ export async function initBridgeCore(
const sessionUrl = buildCCRv2SdkUrl(baseUrl, workSessionId)
const thisGen = v2Generation
logForDebugging(
`[bridge:repl] CCR v2: sessionUrl=${sessionUrl} session=${workSessionId} gen=${thisGen}`,
`[bridge:repl] CCR v2: creating transport for session=${workSessionId} gen=${thisGen}`,
)
void createV2ReplTransport({
sessionUrl,
@@ -1435,7 +1435,7 @@ export async function initBridgeCore(
// secret. refreshHeaders picks up the latest OAuth token on each
// WS reconnect attempt.
const wsUrl = buildSdkUrl(sessionIngressUrl, workSessionId)
logForDebugging(`[bridge:repl] Ingress URL: ${wsUrl}`)
logForDebugging('[bridge:repl] Using session ingress WebSocket endpoint')
logForDebugging(
`[bridge:repl] Creating HybridTransport: session=${workSessionId}`,
)