We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb4d87 commit 8ca6638Copy full SHA for 8ca6638
1 file changed
packages/connectivity/src/http-agent/http-agent.ts
@@ -311,7 +311,7 @@ function createAgent(
311
312
return agentCreateCache.getOrInsertComputed(cacheKey, () => {
313
logger.debug(
314
- `Creating new ${protocol.toUpperCase()} agent for destination ${destination.name || ''} with options: ${JSON.stringify(options)}`
+ `Creating new ${protocol.toUpperCase()} agent for destination ${destination.name || '<unknown>'}`
315
);
316
const optionsWithDefaults = { keepAlive: true, ...options };
317
const entry =
0 commit comments