Skip to content

Commit

Permalink
Print docker image in logs when running on kube (#11662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopheDuong authored Apr 1, 2022
1 parent 5938a76 commit 43df422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Process create(final String jobId,
try {
// used to differentiate source and destination processes with the same id and attempt
final String podName = createPodName(imageName, jobId, attempt);
LOGGER.info("Attempting to start pod = {}", podName);
LOGGER.info("Attempting to start pod = {} for {}", podName, imageName);

final int stdoutLocalPort = KubePortManagerSingleton.getInstance().take();
LOGGER.info("{} stdoutLocalPort = {}", podName, stdoutLocalPort);
Expand Down

0 comments on commit 43df422

Please sign in to comment.