Skip to content

Commit 2e3eb5f

Browse files
committed
fix(logs): constrain noisy "attachDebugger" log
1 parent 99a0ef3 commit 2e3eb5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shared/sam/localLambdaRunner.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,10 @@ export async function attachDebugger({
462462
}: AttachDebuggerContext): Promise<void> {
463463
getLogger().debug(
464464
`localLambdaRunner.attachDebugger: startDebugging with config: ${JSON.stringify(
465-
params.debugConfig,
465+
{
466+
name: params.debugConfig.name,
467+
invokeTarget: params.debugConfig.invokeTarget,
468+
},
466469
undefined,
467470
2
468471
)}`

0 commit comments

Comments
 (0)