Skip to content

Commit a7c10ce

Browse files
committed
move lifecycle command logging to debug only
1 parent 7e321f3 commit a7c10ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/kubernetes-provider/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class KubernetesTaskOperations implements TaskOperations {
409409
`for i in $(seq ${retries}); do sleep 1; busybox wget -q -O- 127.0.0.1:8000/${type}?cause=${cause} && break; done`,
410410
];
411411

412-
logger.log("getLifecycleCommand()", { exec });
412+
logger.debug("getLifecycleCommand()", { exec });
413413

414414
return exec;
415415
}

0 commit comments

Comments
 (0)