Skip to content

Commit 8ca6638

Browse files
authored
Apply suggestion from @davidkna-sap
1 parent 6fb4d87 commit 8ca6638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/connectivity/src/http-agent/http-agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function createAgent(
311311

312312
return agentCreateCache.getOrInsertComputed(cacheKey, () => {
313313
logger.debug(
314-
`Creating new ${protocol.toUpperCase()} agent for destination ${destination.name || ''} with options: ${JSON.stringify(options)}`
314+
`Creating new ${protocol.toUpperCase()} agent for destination ${destination.name || '<unknown>'}`
315315
);
316316
const optionsWithDefaults = { keepAlive: true, ...options };
317317
const entry =

0 commit comments

Comments
 (0)