Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/devtools-proxy-support/src/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function hookLogger(
'DEVTOOLS-PROXY',
mongoLogId(1_001_000_259),
`socks5-${logCtx}`,
'Failed to establish new SSH connection',
'Failed to establish new outgoing connection from Socks5 proxy',
{ ...ev }
);
});
Expand Down Expand Up @@ -221,7 +221,7 @@ export function hookLogger(
'DEVTOOLS-PROXY',
mongoLogId(1_001_000_261),
`ssh-${logCtx}`,
'Error forwarding Socks5 request, retrying',
'Error forwarding outbound SSH connection, potentially retrying',
{
...ev,
}
Expand Down
Loading